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

List:       kde-commits
Subject:    branches/work/make_kget_cool/kget
From:       Urs Wolfer <uwolfer () fwo ! ch>
Date:       2006-08-01 12:33:57
Message-ID: 1154435637.964937.1747.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 568507 by uwolfer:

small fixes

 M  +1 -1      core/kget.cpp  
 M  +2 -2      mainwindow.cpp  
 M  +1 -1      ui/droptarget.cpp  


--- branches/work/make_kget_cool/kget/core/kget.cpp #568506:568507
@@ -311,7 +311,7 @@
     if(filename.isEmpty())
         filename = KStandardDirs::locateLocal("appdata", "transfers.kgt");
 
-    QDomDocument doc(QString("MainWindowTransfers"));
+    QDomDocument doc(QString("KGetTransfers"));
     QDomElement root = doc.createElement("Transfers");
     doc.appendChild(root);
 
--- branches/work/make_kget_cool/kget/mainwindow.cpp #568506:568507
@@ -473,7 +473,7 @@
     slotKonquerorIntegration(tempIntegration);
     if (!tempIntegration && Settings::konquerorIntegration() && !Settings::expertMode())
     {
-        KMessageBox::information(0,
+        KMessageBox::information(this,
             i18n("KGet has been temporarily disabled as download manager for Konqueror. "
             "If you want to disable it forever, go to Settings->Advanced and disable \"Use "
             "as download manager for Konqueror\"."),
@@ -539,7 +539,7 @@
 }
 
 
-/** DCOP interface */
+/** DBUS interface */
 
 void MainWindow::addTransfers( const KUrl::List& src, const QString& dest)
 {
--- branches/work/make_kget_cool/kget/ui/droptarget.cpp #568506:568507
@@ -105,7 +105,7 @@
     {
         KMessageBox::information(parentWidget,
             i18n("Drop target has been hidden. If you want to show it "
-                 "again, go to Settings->Configure MainWindow->Look & Feel."),
+                 "again, go to Settings->Configure KGet->Look & Feel."),
             i18n("Hiding drop target"),
             "CloseDroptarget");
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

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