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

List:       kde-commits
Subject:    kdeaddons/konq-plugins/webarchiver
From:       Pascal Létourneau <pletourn () globetrotter ! net>
Date:       2003-04-03 21:37:37
[Download RAW message or body]

CVS commit by pletourn: 


Put '*.web' at the beginning, to be the default extension.
Reviewed by David Faure


  M +3 -3      plugin_webarchiver.cpp   1.25


--- kdeaddons/konq-plugins/webarchiver/plugin_webarchiver.cpp  #1.24:1.25
@@ -87,5 +87,5 @@ void PluginWebArchiver::slotSaveToArchiv
   archiveName = QDir::homeDirPath() + "/" + archiveName + ".war"; //Thanks ade
 
-  KURL url = KFileDialog::getSaveFileName(archiveName, "*.tgz *.war|Web Archives", part->widget(),
+  KURL url = KFileDialog::getSaveFileName(archiveName, "*.war *.tgz|Web Archives", part->widget(),
                                           i18n("Save Page as Web-Archive") );
 
@@ -323,5 +323,5 @@ void PluginWebArchiver::saveArchiveRecur
       }
       if (nodeName.at(0)=='-') {
-        text += "</DIV> <!-- -KONG_BLOCK -->";
+        text += "</DIV> <!-- -KONQ_BLOCK -->";
       } else {
         text += "</" + pNode.nodeName().string() + ">";


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

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