Bug 56802 - Edit menu duplicate shortcuts
Summary: Edit menu duplicate shortcuts
Status: RESOLVED FIXED
Alias: None
Product: quanta
Classification: Miscellaneous
Component: general (show other bugs)
Version: 3.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-03 18:35 UTC by bjfowler
Modified: 2003-04-20 22:40 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 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"/>