[Konversation-devel] [Bug 192500] Regressions in interface What's This coverage & other missing strings

Pino Toscano pino at kde.org
Thu Jul 1 16:19:20 CEST 2010


https://bugs.kde.org/show_bug.cgi?id=192500





--- Comment #5 from Pino Toscano <pino kde org>  2010-07-01 16:19:18 ---
commit 932a9f7b8c19b2a13892f05439ca71ac843cd766
Author: Pino Toscano <pino at kde.org>
Date:   Wed May 13 21:53:40 2009 +0000

    set again the suffix for the inactivity time spinbox, doing the right thing
if using kde 4.3

    CCBUG: 192500

    svn path=/branches/work/konvi-kde4/; revision=967748

diff --git a/src/identitydialog.cpp b/src/identitydialog.cpp
index fbc0ac8..585887a 100644
--- a/src/identitydialog.cpp
+++ b/src/identitydialog.cpp
@@ -54,6 +54,13 @@ namespace Konversation
         // add encodings to combo box
        
m_codecCBox->addItems(Konversation::IRCCharsets::self()->availableEncodingDescriptiveNames());

+        // set the suffix for the inactivity time spinbox
+#if KDE_IS_VERSION(4, 2, 80)
+        m_awayInactivitySpin->setSuffix(ki18np(" minute", " minutes"));
+#else
+        m_awayInactivitySpin->setSuffix(i18n(" minutes"));
+#endif
+
         // set values for the widgets
         updateIdentity(0);

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Konversation-devel mailing list