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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/plugins/history
From:       Frederik Schwarzer <schwarzerf () gmail ! com>
Date:       2009-06-01 1:58:20
Message-ID: 1243821500.848536.27687.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 976139 by schwarzer:

Prevent accelerator from jumping

For some reason the accelerator jumps from Se&arch to &Search
after cancelling the search once. By setting it to &Search in
the first place, it stops jumping.

This should not introduce a new string for translators, since
there are already "&Search" strings from other places in
kopete.pot. *krosses*fingers*

BUG: 141566


 M  +1 -1      historydialog.cpp  
 M  +1 -1      historyviewer.ui  


--- trunk/KDE/kdenetwork/kopete/plugins/history/historydialog.cpp #976138:976139
@@ -526,7 +526,7 @@
 	}
 
 searchFinished:
-	mMainWidget->searchButton->setText(i18n("Se&arch"));
+	mMainWidget->searchButton->setText(i18n("&Search"));
 	mSearching = false;
 	doneProgressBar();
 }
--- trunk/KDE/kdenetwork/kopete/plugins/history/historyviewer.ui #976138:976139
@@ -166,7 +166,7 @@
         <bool>false</bool>
        </property>
        <property name="text" >
-        <string>Se&amp;arch</string>
+        <string>&amp;Search</string>
        </property>
       </widget>
      </item>

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

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