fix segv in formattools for record format ffmpeg
[goodguy/history.git] / cinelerra-5.0 / cinelerra / assetedit.h
index 326cc50745ee73cb161745f00e70ebed5acc0edf..32199f060639ad25ae4dcd14e8d7c0baf9f872eb 100644 (file)
@@ -100,7 +100,7 @@ public:
                BC_TextBox *textbox, 
                int y, 
                const char *text, 
-               const char *window_title = _(PROGRAM_NAME " Path"), 
+               const char *window_title = _(PROGRAM_NAME ": Path"), 
                const char *window_caption = _("Select a file"));
        ~AssetEditPath();
        
@@ -222,6 +222,7 @@ public:
        ~DetailAssetThread();
 
        void start(Asset *asset);
+       void stop();
        void run();
 };