]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/GUIRunTime.C
(John): translate dialog titles.
[lyx.git] / src / frontends / gnome / GUIRunTime.C
index ca9b855382a48f9c877af47f9ec814ce6f375285..ccd1d48d8dba25142a98b2e449f48cbfcdddc672 100644 (file)
@@ -1,9 +1,8 @@
-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 2000 The LyX Team.
  *
  *======================================================*/
@@ -86,7 +85,7 @@ int GUIRunTime::initApplication(int &, char * argv[])
        return 0;
 }
 
-void GUIRunTime::processEvents() 
+void GUIRunTime::processEvents()
 {
        while (Gnome::Main::instance()->events_pending())
                Gnome::Main::instance()->iteration(FALSE);
@@ -143,7 +142,7 @@ void GUIRunTime::initialiseGraphics()
 {
        using namespace grfx;
        using SigC::slot;
-    
+
 #if defined(HAVE_FLIMAGE_DUP) && defined(HAVE_FLIMAGE_TO_PIXMAP)
        // connect the image loader based on the xforms library
        GImage::newImage.connect(slot(&xformsGImage::newImage));