[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Wed Jun 23 17:45:24 CEST 2004
CVS commit by arwalker:
Don't need ellipsis on Match Axis... as no further user interaction is necessary.
M +1 -1 kst2dplot.cpp 1.103
--- kdeextragear-2/kst/kst/kst2dplot.cpp #1.102:1.103
@@ -1924,5 +1924,5 @@ bool Kst2DPlot::popupMenu(KPopupMenu *me
KPopupMenu *submenu = new KPopupMenu(menu);
- id = menu->insertItem(i18n("&Match Axis..."), submenu);
+ id = menu->insertItem(i18n("&Match Axis"), submenu);
Kst2DPlotList pl = globalPlotList();
i = 0;
More information about the Kst
mailing list