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

List:       kde-commits
Subject:    koffice/kspread (silent)
From:       Tomas Mecir <mecirt () gmail ! com>
Date:       2008-11-08 13:55:35
Message-ID: 1226152535.389454.8392.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 881578 by mecir:

SVN_SILENT added spaces after Type/Comment in function dialog


 M  +2 -2      Functions.cpp  


--- trunk/koffice/kspread/Functions.cpp #881577:881578
@@ -518,9 +518,9 @@
     QList<FunctionParameter>::ConstIterator it = m_params.begin();
     for( ; it != m_params.end(); ++it )
     {
-      text += "<li><b>" + i18n("Comment:") + "</b>";
+      text += "<li><b>" + i18n("Comment:") + "</b> ";
       text += (*it).helpText();
-      text += "<br><b>" + i18n("Type:") + "</b>";
+      text += "<br><b>" + i18n("Type:") + "</b> ";
       text += toString( (*it).type(), (*it).hasRange() );
     }
     text += "</ul>";
[prev in list] [next in list] [prev in thread] [next in thread] 

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