Bug 68017

Summary: usability:menu Frames->Frames Styles Manager ...
Product: kword Reporter: Mikolaj Machowski <mikmach>
Component: generalAssignee: Thomas Zander <zander>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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" );