]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/Dialogs.C
Added Minipage-Dialog, small fix in LyXTabular::l_getline (removing \r).
[features.git] / src / frontends / xforms / Dialogs.C
index 96981e55659e77473666f1adb713f1a8d8e55c67..7e27ca071fd5b142a0ec9f2f8e1ac732958e97d1 100644 (file)
@@ -48,6 +48,7 @@
 #include "FormToc.h"
 #include "FormUrl.h"
 #include "FormVCLog.h"
+#include "FormMinipage.h"
 
 // Signal enabling all visible popups to be redrawn if so desired.
 // E.g., when the GUI colours have been remapped.
@@ -84,6 +85,7 @@ Dialogs::Dialogs(LyXView * lv)
        add(new FormToc(lv, this));
        add(new FormUrl(lv, this));
        add(new FormVCLog(lv, this));
+       add(new FormMinipage(lv, this));
        
        // reduce the number of connections needed in
        // dialogs by a simple connection here.