Bug 68017 - usability:menu Frames->Frames Styles Manager ...
Summary: usability:menu Frames->Frames Styles Manager ...
Status: RESOLVED FIXED
Alias: None
Product: kword
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-12 17:34 UTC by Mikolaj Machowski
Modified: 2004-02-18 05:43 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 Mikolaj Machowski 2003-11-12 17:34:00 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.3.1 
OS:          Linux

Menu entry Frames->Frames Styles Manager lacks ...
Make it
Frames Styles Manager...
Comment 1 Matt Rogers 2004-02-18 05:43:23 UTC
CVS commit by mattr: 

Fix bug 68017. Add an "..." after Frames Styles Manager. 
Won't be in a KWord 1.3.x due to the string change.

CCMAIL: 68017-done@bugs.kde.org


  M +1 -1      kwview.cc   1.1000


--- koffice/kword/kwview.cc  #1.999:1.1000
@@ -697,5 +697,5 @@ void KWView::setupActions()
 
 
-    actionFormatFrameStylist = new KAction( i18n( "&Frame Style Manager" ), 0 /*shortcut?*/,
+    actionFormatFrameStylist = new KAction( i18n( "&Frame Style Manager..." ), 0 /*shortcut?*/,
                                 this, SLOT( extraFrameStylist() ),
                                 actionCollection(), "frame_stylist" );