Bug 56802

Summary: Edit menu duplicate shortcuts
Product: quanta Reporter: bjfowler
Component: generalAssignee: András Manţia <amantia>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description bjfowler 2003-04-03 18:35:38 UTC
Version:           3.1 (using KDE 3.1.1)
Installed from:    SuSE
Compiler:          gcc version 2.95.3 20010315 (SuSE)
OS:          Linux (i686) release 2.4.18-4GB

The shortcut for the 'Edit/Spelling' is 'S', the same as 'Edit/Paste Special'
Comment 1 András Manţia 2003-04-20 22:40:40 UTC
Subject: quanta/quanta

CVS commit by amantia: 

Fix conflicting shorcuts.

CCMAIL: 56802-done@bugs.kde.org


  M +2 -2      quantaui.rc   1.74


--- quanta/quanta/quantaui.rc  #1.73:1.74
@@ -1,4 +1,4 @@
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="quanta" version="32008">
+<kpartgui name="quanta" version="32009">
   <MenuBar noMerge="1">
 
@@ -35,5 +35,5 @@
     <Action name="edit_copy" />
     <Action name="edit_paste" />
-    <Menu name="paste_special" append="edit_paste_merge"><text>Paste &amp;Special</text>
+    <Menu name="paste_special" append="edit_paste_merge"><text>Paste Specia&amp;l</text>
          <Action name="edit_paste_html_quoted"/>
          <Action name="edit_paste_url_encoded"/>