Fix KSysGuard name in about dialog.

Signed-off-by: Chris <xchrisx@uber.space>
pull/102/head
Chris 5 years ago
parent 6e60a7451c
commit 49084ebc64

@ -61,7 +61,7 @@
#include "ksysguard.h" #include "ksysguard.h"
static const char Description[] = I18N_NOOP( "TDE system guard" ); static const char Description[] = I18N_NOOP( "KSysGuard" );
TopLevel* topLevel; TopLevel* topLevel;
/** /**
@ -71,7 +71,7 @@ TopLevel* topLevel;
TopLevel::TopLevel( const char *name ) TopLevel::TopLevel( const char *name )
: TDEMainWindow( 0, name ), DCOPObject( "KSysGuardIface" ) : TDEMainWindow( 0, name ), DCOPObject( "KSysGuardIface" )
{ {
setPlainCaption( i18n( "TDE System Guard" ) ); setPlainCaption( i18n( "KSysGuard" ) );
mDontSaveSession = false; mDontSaveSession = false;
mTimerId = -1; mTimerId = -1;

Loading…
Cancel
Save