X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fpresetsgui.C;h=dad7f35cd920cf703399bca539cbd2c294e7c220;hb=63c49c5fdda77aadc2d0addc26a6884aadec8542;hp=c5dbe8e9ea8d9544bfeac03548c5ba097baf7c87;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/presetsgui.C b/cinelerra-5.0/cinelerra/presetsgui.C index c5dbe8e9..dad7f35c 100644 --- a/cinelerra-5.0/cinelerra/presetsgui.C +++ b/cinelerra-5.0/cinelerra/presetsgui.C @@ -63,6 +63,7 @@ PresetsThread::PresetsThread(MWindow *mwindow) PresetsThread::~PresetsThread() { + close_window(); delete data; } @@ -85,7 +86,7 @@ void PresetsThread::start_window(Plugin *plugin) { this->plugin = plugin; plugin->calculate_title(plugin_title, 0); - sprintf(window_title, PROGRAM_NAME ": %s Presets", plugin_title); + sprintf(window_title, _(PROGRAM_NAME ": %s Presets"), plugin_title); // Calculate database