Updated ru_RU translation from Igor Voytovich.
[dcpomatic.git] / src / wx / content_menu.cc
index d5e190adf9e6b7ab80a54191db69c09bd6f62539..70fc766ac9c14135590b9b9b15225eda8031dfe1 100644 (file)
@@ -161,7 +161,7 @@ ContentMenu::join ()
        try {
                shared_ptr<FFmpegContent> joined (new FFmpegContent (film, fc));
                film->remove_content (_content);
-               film->add_content (joined);
+               film->examine_and_add_content (joined);
        } catch (JoinError& e) {
                error_dialog (_parent, std_to_wx (e.what ()));
        }