Bug 128006 - Accelerator key for Schema tab changes from S to M
Summary: Accelerator key for Schema tab changes from S to M
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.5.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-25 12:45 UTC by Peter
Modified: 2006-05-27 19:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter 2006-05-25 12:45:11 UTC
Version:           1.5.2 (using KDE 3.4.3, Kubuntu Package 4:3.4.3-0ubuntu2 )
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.12-10-386

When opening the Configure Konsole dialog, the accelerator key for the Schema tab is "s". However when activating the Schema tab, the accelerator key is magically changed to "m".
Comment 1 Kurt Hindenburg 2006-05-27 19:53:51 UTC
SVN commit 545528 by hindenburg:

Fix accelerator key for Schema tab changes from S to M.  Change the 'Save'
accelerator key to V to correct this issue and match the session dialog's
Save accelerator.

BUG: 128006 


 M  +1 -1      schemadialog.ui  


--- branches/KDE/3.5/kdebase/kcontrol/konsole/schemadialog.ui #545527:545528
@@ -336,7 +336,7 @@
                                 <cstring>saveButton</cstring>
                             </property>
                             <property name="text">
-                                <string>&amp;Save Schema...</string>
+                                <string>Sa&amp;ve Schema...</string>
                             </property>
                         </widget>
                         <widget class="QPushButton" row="1" column="0">