diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 57c4b41..9eec7aa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,7 +39,7 @@ int main( int argc, string argv[]) { TQString version = TQString( "Version 2.1, %1 %2" ).arg( __TIME__ ).arg( __DATE__ ); TDEAboutData about( "knmap", I18N_NOOP( "Knmap" ), - version, + version.utf8(), description, TDEAboutData::License_GPL, "(C) 2005, 2006 Kevin Gilbert", |