[rkward-cvs] rkward/rkward/dataeditor editlabelsdialog.cpp,1.1,1.2
Daniele Medri
danielemedri at users.sourceforge.net
Wed Nov 17 20:35:51 UTC 2004
Update of /cvsroot/rkward/rkward/rkward/dataeditor
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16632/rkward/dataeditor
Modified Files:
editlabelsdialog.cpp
Log Message:
*wording*
Index: editlabelsdialog.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/dataeditor/editlabelsdialog.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** editlabelsdialog.cpp 21 Sep 2004 15:13:58 -0000 1.1
--- editlabelsdialog.cpp 17 Nov 2004 20:35:48 -0000 1.2
***************
*** 39,43 ****
QVBoxLayout *mainvbox = new QVBoxLayout (this, KDialog::marginHint (), KDialog::spacingHint ());
! QLabel *label = new QLabel (i18n ("Levels can be assigned only to consecutive integers starting with 1. Warning: This means, if you remove a level, the indices of the other levels may change, hence changing the values of the factor!"), this);
label->setAlignment (Qt::AlignAuto | Qt::AlignVCenter | Qt::ExpandTabs | Qt::WordBreak);
mainvbox->addWidget (label);
--- 39,43 ----
QVBoxLayout *mainvbox = new QVBoxLayout (this, KDialog::marginHint (), KDialog::spacingHint ());
! QLabel *label = new QLabel (i18n ("Levels can be assigned only to consecutive integers starting with 1. Warning: if you remove a level, the indices of the other levels may change, hence changing the values of the factor!"), this);
label->setAlignment (Qt::AlignAuto | Qt::AlignVCenter | Qt::ExpandTabs | Qt::WordBreak);
mainvbox->addWidget (label);
More information about the rkward-tracker
mailing list