]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/GUIRunTime.C
Mathed fix from Dekel, GNOME patch from Marko, language-code from Garst
[lyx.git] / src / frontends / gnome / GUIRunTime.C
index 7a3c4522fe526be08d5f9342df98ffe532474811..041f12d673c4d9b521231ccbc38db4b0314d54ed 100644 (file)
@@ -63,6 +63,8 @@ int GUIRunTime::initApplication(int, char * argv[])
                return 1;
        }
 
+       // 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);
        static Gnome::Main  a(app_id, app_version, 1, argv);