[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Mon Aug 9 22:58:50 CEST 2004
CVS commit by arwalker:
Don't display meaningless 0's in the status bar when Kst is started.
M +1 -1 kst.cpp 1.202
--- kdeextragear-2/kst/kst/kst.cpp #1.201:1.202
@@ -662,5 +662,5 @@ void KstApp::initStatusBar() {
_memTimer.start(5000);
#endif
- _dataBar = new QLabel("(00000000, 00000000)", statusBar());
+ _dataBar = new QLabel(QString::null, statusBar());
statusBar()->addWidget(_dataBar, 0, true);
More information about the Kst
mailing list