]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/guiapi.C
Minipage is no more (long live the box inset)
[lyx.git] / src / frontends / guiapi.C
index bb3ed23d240d4bc70ed69dbf98ab9334584d2b7f..1006b66fc944c72acaf616be4306fe3015c4b9c5 100644 (file)
@@ -6,7 +6,7 @@
  * \author Lars Gullik Bjønnes
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 #include "guiapi.h"
 #include "Dialogs.h"
 
+
 extern "C" {
 
 void gui_show_dialog(Dialogs * d, char const * name, char const * data)
 {
        d->show(name, data, 0);
 }
-               
+
 void gui_ShowDocument(Dialogs & d)
 {
        d.showDocument();