[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/kcontrol/fonts
From:       Raphael Kubo da Costa <kubito () gmail ! com>
Date:       2010-10-27 16:47:00
Message-ID: 20101027164700.C60ABAC897 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1190440 by rkcosta:

Do not pass 'false' as the value for KMessageBox::information()'s Option enum, use \
the default value instead.


 M  +2 -2      fonts.cpp  


--- trunk/KDE/kdebase/workspace/kcontrol/fonts/fonts.cpp #1190439:1190440
@@ -774,7 +774,7 @@
     KMessageBox::information(this,
       i18n(
         "<p>Some changes such as anti-aliasing will only affect newly started \
                applications.</p>"
-      ), i18n("Font Settings Changed"), "FontSettingsChanged", false);
+      ), i18n("Font Settings Changed"), "FontSettingsChanged");
     useAA_original = useAA;
     dpi_original = dpi;
   }
@@ -783,7 +783,7 @@
     KMessageBox::information(this,
       i18n(
         "<p>Some changes such as DPI will only affect newly started \
                applications.</p>"
-      ), i18n("Font Settings Changed"), "FontSettingsChanged", false);
+      ), i18n("Font Settings Changed"), "FontSettingsChanged");
     dpi_original = dpi;
   }
 #endif


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic