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

List:       kde-commits
Subject:    koffice/kspread/dialogs
From:       Stefan Nikolaus <nikolaus4 () googlemail ! com>
Date:       2008-07-20 12:26:31
Message-ID: 1216556791.594094.16123.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 835307 by nikolaus:

Fix replacement errors.


 M  +3 -3      ListDialog.cpp  


--- trunk/koffice/kspread/dialogs/ListDialog.cpp #835306:835307
@@ -191,7 +191,7 @@
     lst.append(sday);
 
     d->config = Factory::global().config();
-    QStringList other = d->config->group("Parameters").readEntry("Other d->list", QStringList());
+    QStringList other = d->config->group("Parameters").readEntry("Other list", QStringList());
     QString tmp;
     for (QStringList::Iterator it = other.begin(); it != other.end();++it) {
         if ((*it) != "\\") {
@@ -265,7 +265,7 @@
         return;
     }
     int ret = KMessageBox::warningContinueCancel(this,
-                                                 i18n("Do you really want to remove this d->list?"),
+                                                 i18n("Do you really want to remove this list?"),
                                                  i18n("Remove List"), KStandardGuiItem::del());
     if (ret == Cancel) { // reponse = No
         return;
@@ -299,7 +299,7 @@
                 result += "\\";
             }
         }
-        d->config->group("Parameters").writeEntry("Other d->list", result);
+        d->config->group("Parameters").writeEntry("Other list", result);
         //todo refresh AutoFillCommand::other
         // I don't know how to do for the moment
         if (AutoFillCommand::other != 0) {
[prev in list] [next in list] [prev in thread] [next in thread] 

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