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

List:       kde-commits
Subject:    playground/sysadmin/ksystemlog/src
From:       Nicolas Ternisien <nicolas.ternisien () gmail ! com>
Date:       2005-08-31 21:28:50
Message-ID: 1125523730.726067.16490.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 455568 by ternisien:

Fix some www.icefox.net related issues

 M  +1 -1      childLogLine.cpp  
 M  +6 -6      ksystemlog.cpp  
 M  +2 -2      logManager.cpp  
 M  +1 -1      loggerDialog.cpp  


--- trunk/playground/sysadmin/ksystemlog/src/childLogLine.cpp #455567:455568
@@ -15,7 +15,7 @@
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA.             *
+ *   51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA.           *
  ***************************************************************************/
 
 #include "parentLogLine.h"
--- trunk/playground/sysadmin/ksystemlog/src/ksystemlog.cpp #455567:455568
@@ -472,16 +472,16 @@
 	mapActionLogModes[acpidAction]=Globals::acpidMode;
 	CONNECTED_SLOT(acpidAction)
 
-	//Cups Log Action
-	KToggleAction* cupsAction=new KToggleAction(i18n("&Cups Log"), CUPS_MODE_ICON, 0, \
                NULL, NULL, actionCollection(), "cups_log" );
-	cupsAction->setToolTip(i18n("Display the Cups log."));
+	//CUPS Log Action
+	KToggleAction* cupsAction=new KToggleAction(i18n("&CUPS Log"), CUPS_MODE_ICON, 0, \
NULL, NULL, actionCollection(), "cups_log" ); +	cupsAction->setToolTip(i18n("Display \
the CUPS log."));  cupsAction->setWhatsThis(i18n("<qt>Displays the CUPS log in the \
current tab. CUPS is the program which manage printing on your computer.</qt>"));  \
cupsAction->setExclusiveGroup(exclusiveGroup);  \
mapActionLogModes[cupsAction]=Globals::cupsMode;  CONNECTED_SLOT(cupsAction)
 
-	//Cups Access Log Action
-	KToggleAction* cupsAccessAction=new KToggleAction(i18n("&Cups Web Log"), \
CUPS_ACCESS_MODE_ICON, 0, NULL, NULL, actionCollection(), "cups_access_log" ); \
+	//CUPS Access Log Action +	KToggleAction* cupsAccessAction=new \
KToggleAction(i18n("&CUPS Web Log"), CUPS_ACCESS_MODE_ICON, 0, NULL, NULL, \
actionCollection(), "cups_access_log" );  cupsAccessAction->setToolTip(i18n("Display \
the CUPS Web Server Access log."));  \
cupsAccessAction->setWhatsThis(i18n("<qt>Displays the CUPS Web Server Access log in \
the current tab. CUPS is the program which manage printing on your computer. This log \
saves all requests performed to the CUPS embedded web server (default: \
<i>http://localhost:631</i>).</qt>"));  \
cupsAccessAction->setExclusiveGroup(exclusiveGroup); @@ -500,7 +500,7 @@
 	//Apache Access Log Action
 	KToggleAction* apacheAccessAction=new KToggleAction(i18n("&Apache Web log"), \
APACHE_ACCESS_MODE_ICON, 0, NULL, NULL, actionCollection(), "apache_access_log" );  \
                apacheAccessAction->setToolTip(i18n("Display the Apache Access \
                log."));
-	apacheAccessAction->setWhatsThis(i18n("<qt>Displays the Apache Access log in the \
current tab. CUPS is the program which manage printing on your computer. This log \
saves all requests performed by the Apache web server.</qt>")); \
+	apacheAccessAction->setWhatsThis(i18n("<qt>Displays the Apache Access log in the \
current tab. Apache is the main used Web server in the world. This log saves all \
requests performed by the Apache web server.</qt>"));  \
apacheAccessAction->setExclusiveGroup(exclusiveGroup);  \
mapActionLogModes[apacheAccessAction]=Globals::apacheAccessMode;  \
                CONNECTED_SLOT(apacheAccessAction)
--- trunk/playground/sysadmin/ksystemlog/src/logManager.cpp #455567:455568
@@ -498,8 +498,8 @@
 		KPrinter printer;
 		
 		// do some printer initialization
-   		printer.setFullPage( true );
-   		
+		printer.setFullPage( true );
+		
    		levelPrintPage* dialogPage = new levelPrintPage(0, "level_print_page");
    		printer.addDialogPage(dialogPage);
 
--- trunk/playground/sysadmin/ksystemlog/src/loggerDialog.cpp #455567:455568
@@ -222,7 +222,7 @@
 	
 	//If the launching of the command failed
 	if (launch==false) {
-		KMessageBox::error(this, i18n("Unable to find the 'logger' command on your system. \
Please type 'logger' in Konsole to be sure that this command does not exist."), \
i18n("Command not found"), KMessageBox::Error); +		KMessageBox::error(this, \
i18n("Unable to find the 'logger' command on your system. Please type 'logger' in \
Konsole to be sure that this command is not installed."), i18n("Command not found"), \
KMessageBox::Error);  return;
 	}
 	


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

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