X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fassetedit.h;h=32199f060639ad25ae4dcd14e8d7c0baf9f872eb;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=326cc50745ee73cb161745f00e70ebed5acc0edf;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/assetedit.h b/cinelerra-5.0/cinelerra/assetedit.h index 326cc507..32199f06 100644 --- a/cinelerra-5.0/cinelerra/assetedit.h +++ b/cinelerra-5.0/cinelerra/assetedit.h @@ -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(); };