]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/GUIRunTime.C
Clean-up of the button controller.
[lyx.git] / src / frontends / gnome / GUIRunTime.C
index b650a37c0ca1fcd467dcb58cab8378baa5818034..4e924a03b6bd9705b525f065c7c1de212f437a13 100644 (file)
@@ -71,8 +71,8 @@ int GUIRunTime::initApplication(int, char * argv[])
 
        // I belive that this should be done at a later stage, in
        // lyx_gui, the same place as xforms does the same. (Lgb)
-       static string app_id(PACKAGE);
-       static string app_version(VERSION);
+       string app_id(PACKAGE);
+       string app_version(VERSION);
        static Gnome::Main  a(app_id, app_version, 1, argv);
        glade_gnome_init(); // Initialize the glade library.
        static GLyxAppWin   appWin;