olaf neophyte and de.po updates, valgrind tweaks, delete green lady, inkscape dpi=96
[goodguy/history.git] / cinelerra-5.1 / cinelerra / aboutprefs.C
index 4702c944e6c1439074d1cb9bfcbb194175c6483d..d07ce4deac0d5ee77e97dab2596e7afd6cf65f4c 100644 (file)
@@ -23,7 +23,6 @@
 #include "bcsignals.h"
 #include "file.h"
 #include "language.h"
-#include "libzmpeg3.h"
 #include "mwindow.h"
 #include "theme.h"
 #include "vframe.h"
@@ -46,6 +45,7 @@ AboutPrefs::~AboutPrefs()
 
 void AboutPrefs::create_objects()
 {
+       lock_window("AboutPrefs::create_objects");
        int x, y;
 
 
@@ -117,7 +117,7 @@ void AboutPrefs::create_objects()
 "This program is free software; you can redistribute it and/or modify it under the terms\n"
 "of the GNU General Public License as published by the Free Software Foundation; either version\n"
 "2 of the License, or (at your option) any later version.\n"
-"\n"
+"  This software uses libraries from the FFmpeg project under the LGPLv2.1.\n"
 "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;\n"
 "without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR\n"
 "PURPOSE.  See the GNU General Public License for more details.\n"));
@@ -148,6 +148,7 @@ void AboutPrefs::create_objects()
 
        flash();
        flush();
+       unlock_window();
 }