summaryrefslogtreecommitdiffstats
path: root/twin/resumer/resumer.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-02-25 00:21:37 -0600
committerDarrell Anderson <[email protected]>2012-02-25 00:21:37 -0600
commit4b55c92774c89da479f4c63593f81963be3c4e35 (patch)
tree46b577907e7b22726c601f8b6671b317188e47f3 /twin/resumer/resumer.cpp
parentfc2650816b4b95f21750c53c0d45daeff31510d6 (diff)
parentb45137ace06b893d9ff65b2d45fba978cb4f26ce (diff)
downloadtdebase-4b55c92774c89da479f4c63593f81963be3c4e35.tar.gz
tdebase-4b55c92774c89da479f4c63593f81963be3c4e35.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'twin/resumer/resumer.cpp')
-rw-r--r--twin/resumer/resumer.cpp4
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(