diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-23 15:21:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-23 15:21:04 -0600 |
commit | b45137ace06b893d9ff65b2d45fba978cb4f26ce (patch) | |
tree | cd48a758746d356c98a141b5a3cc3f11c4248efe /twin/resumer | |
parent | ca1a4375014b6f78a06c74169a1285abbcbcd819 (diff) | |
download | tdebase-b45137ace06b893d9ff65b2d45fba978cb4f26ce.tar.gz tdebase-b45137ace06b893d9ff65b2d45fba978cb4f26ce.zip |
Fix incomplete commits 98ead41b and 678bea5b
Diffstat (limited to 'twin/resumer')
-rw-r--r-- | twin/resumer/resumer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/resumer/resumer.cpp b/twin/resumer/resumer.cpp index d503e49a7..6a3477bb0 100644 --- a/twin/resumer/resumer.cpp +++ b/twin/resumer/resumer.cpp @@ -59,9 +59,9 @@ int main( int argc, char* argv[] ) Window id = args->getOption( "wid" ).toULong( &id_ok ); args->clear(); if( !pid_ok || pid == 0 || !id_ok || id == None - || hostname.isEmpty() || caption.isEmpty() || appname.isEmpty()) + || hostname.isEmpty() || caption.isEmpty()) { - KCmdLineArgs::usage( i18n( "This helper utility is not supposed to be called directly." )); + printf("%s\n", i18n( "This helper utility is not supposed to be called directly." ).ascii()); return 2; } TQString question = i18n( |