[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    Patch for Tellico
From:       "Yuri Chornoivan" <yurchor () ukr ! net>
Date:       2009-02-21 17:38:47
Message-ID: op.upppyx0sl2zvei () localhost
[Download RAW message or body]

Hi!

Attached to this message you can find patch for playground-office/tellico to remove \
"->setWhatsThis(" appearance in messages.

Thanks for applying.


["correct.diff" (correct.diff)]

diff -Nuar old/collectionfieldsdialog.cpp new/collectionfieldsdialog.cpp
--- old/collectionfieldsdialog.cpp	2009-02-21 19:01:54.000000000 +0200
+++ new/collectionfieldsdialog.cpp	2009-02-21 19:24:47.000000000 +0200
@@ -246,7 +246,7 @@
   m_formatNone->setWhatsThis(i18n("This option prevents the field from ever being "
                                   "automatically formatted or capitalized."));
   m_formatPlain = new QRadioButton(i18n("Allow auto-capitalization only"), \
                formatGroup);
-  m_formatPlain->setWhatsThis(i18n("This option allows the field to be \
capitalized->setWhatsThis(but " +  m_formatPlain->setWhatsThis(i18n("This option \
allows the field to be capitalized, but "  "not specially formatted."));
   m_formatTitle = new QRadioButton(i18n("Format as a title"), formatGroup);
   m_formatTitle->setWhatsThis(i18n("This option capitalizes and formats the field as \
a " @@ -267,13 +267,13 @@
   QGroupBox* optionsGroup = new QGroupBox(i18n("Field Options"), vbox);
   QBoxLayout* optionsLayout = new QVBoxLayout(optionsGroup);
   m_complete = new QCheckBox(i18n("Enable auto-completion"), optionsGroup);
-  m_complete->setWhatsThis(i18n("If checked->setWhatsThis(KDE auto-completion will \
be enabled in the " +  m_complete->setWhatsThis(i18n("If checked, KDE auto-completion \
will be enabled in the "  "text edit box for this field."));
   m_multiple = new QCheckBox(i18n("Allow multiple values"), optionsGroup);
-  m_multiple->setWhatsThis(i18n("If checked->setWhatsThis(Tellico will parse the \
values in the field " +  m_multiple->setWhatsThis(i18n("If checked, Tellico will \
                parse the values in the field "
                                 "for multiple values, separated by a semi-colon."));
   m_grouped = new QCheckBox(i18n("Allow grouping"), optionsGroup);
-  m_grouped->setWhatsThis(i18n("If checked->setWhatsThis(this field may be used to \
group the entries in " +  m_grouped->setWhatsThis(i18n("If checked, this field may be \
used to group the entries in "  "the group view."));
   optionsLayout->addWidget(m_complete);
   optionsLayout->addWidget(m_multiple);
diff -Nuar old/configdialog.cpp new/configdialog.cpp
--- old/configdialog.cpp	2009-02-21 19:14:31.000000000 +0200
+++ new/configdialog.cpp	2009-02-21 19:25:47.000000000 +0200
@@ -218,7 +218,7 @@
   m_rbImageInFile = new QRadioButton(i18n("Store images in data file"), \
imageGroupBox);  m_rbImageInAppDir = new QRadioButton(i18n("Store images in common \
application directory"), imageGroupBox);  m_rbImageInLocalDir = new \
                QRadioButton(i18n("Store images in directory relative to data file"), \
                imageGroupBox);
-  imageGroupBox->setWhatsThis(i18n("Images may be saved in the data file \
itself->setWhatsThis(which can " +  imageGroupBox->setWhatsThis(i18n("Images may be \
                saved in the data file itself, which can "
                                    "cause Tellico to run slowly, stored in the \
                Tellico "
                                    "application directory, or stored in a directory \
in the "  "same location as the data file."));
diff -Nuar old/translators/tellicoxmlexporter.cpp \
                new/translators/tellicoxmlexporter.cpp
--- old/translators/tellicoxmlexporter.cpp	2009-02-21 19:21:38.000000000 +0200
+++ new/translators/tellicoxmlexporter.cpp	2009-02-21 19:25:55.000000000 +0200
@@ -476,7 +476,7 @@
 
   m_checkIncludeImages = new QCheckBox(i18n("Include images in XML document"), \
gbox);  m_checkIncludeImages->setChecked(m_includeImages);
-  m_checkIncludeImages->setWhatsThis(i18n("If checked->setWhatsThis(the images in \
the document will be included " +  m_checkIncludeImages->setWhatsThis(i18n("If \
                checked, the images in the document will be included "
                                           "in the XML stream as base64 encoded \
elements."));  
   vlay->addWidget(m_checkIncludeImages);



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic