[Uml-devel] kdesdk/umbrello/umbrello/dialogs
Sebastian Stein
seb.kde at hpfsc.de
Wed Apr 2 12:30:05 UTC 2003
CVS commit by sstein:
added i18n() call to string "Association font", reported by Caulier Gilles on uml-devel at sf.net
M +1 -5 assocpropdlg.cpp 1.5
--- kdesdk/umbrello/umbrello/dialogs/assocpropdlg.cpp #1.4:1.5
@@ -112,8 +112,4 @@ void AssocPropDlg::setupFontPage()
m_pChooser = new KFontChooser( (QWidget*)page, "font", false, QStringList(), false);
m_pChooser->setFont( m_pAssoc->getFont());
- m_pChooser->setSampleText("Association font");
-
+ m_pChooser->setSampleText(i18n("Association font"));
}
-
-
-
More information about the umbrello-devel
mailing list