]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/Dialogs.C
Remove unneeded files, we have switched to use the libglade and there is no
[lyx.git] / src / frontends / gnome / Dialogs.C
index 210f26804df7319ef0c252ceae8f4b63aaa4a820..fc7683fee7819f6dce5cf9733ec48d73826ea242 100644 (file)
 #include "GUI.h"
 
 #include "FormUrl.h"
+#include "FormCredits.h"
+
 /*
 #include "FormBibitem.h"
 #include "FormBibtex.h"
 #include "FormCharacter.h"
 #include "FormCitation.h"
 #include "FormCopyright.h"
-#include "FormCredits.h"
 #include "FormLog.h"
 #include "FormVCLog.h"
 
@@ -70,6 +71,8 @@ SigC::Signal0<void> Dialogs::redrawGUI;
 Dialogs::Dialogs(LyXView * lv)
 {
        add(new GUIUrl<FormUrl, gnomeBC>(*lv, *this));
+       add(new GUICredits<FormCredits, gnomeBC>(*lv, *this));
+
 /*     
        splash_.reset(new FormSplash(lv, this));
 
@@ -78,7 +81,6 @@ Dialogs::Dialogs(LyXView * lv)
        add(new GUICharacter<FormCharacter, xformsBC>(*lv, *this));
        //add(new GUICitation<FormCitation, xformsBC>(*lv, *this));
        //add(new GUICopyright<FormCopyright, xformsBC>(*lv, *this));
-       add(new GUICredits<FormCredits, xformsBC>(*lv, *this));
        add(new GUILog<FormLog, xformsBC>(*lv, *this));
        add(new GUIVCLog<FormVCLog, xformsBC>(*lv, *this));