[Kst] kdeextragear-2/kst/kst
    Barth Netterfield 
    netterfield at astro.utoronto.ca
       
    Fri Jun 25 22:15:13 CEST 2004
    
    
  
CVS commit by netterfield: 
Resolve bug 84006
  M +1 -1      kstviewobject.cpp   1.69
--- kdeextragear-2/kst/kst/kstviewobject.cpp  #1.68:1.69
@@ -543,5 +543,5 @@ bool KstViewObject::popupMenu(KPopupMenu
 
   if (_standardActions & Zoom) {
-    id = menu->insertItem(i18n("&Zoom"), this, SLOT(zoomToggle()));
+    id = menu->insertItem(i18n("Maximi&ze"), this, SLOT(zoomToggle()));
     if (_bZoomed) {
       menu->setItemChecked(id,true);
    
    
More information about the Kst
mailing list