CVS commit by arwalker:
Added i18n
M +2 -2 kst.cpp 1.115
--- kdeextragear-2/kst/kst/kst.cpp #1.114:1.115
@@ -201,6 +201,6 @@ KstApp::KstApp(QWidget *parent, const ch
KstViewWindow *w = new KstViewWindow;
- w->setCaption("Default");
- w->setTabCaption("Default");
+ w->setCaption(i18n("Default"));
+ w->setTabCaption(i18n("Default"));
addWindow(w);
}