diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-04-09 14:04:52 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-04-09 14:04:52 +0000 |
commit | 88f1095af36ff011a38ef003f6988736577bb969 (patch) | |
tree | 2c5e659e7f48c5cf49e7eb28a11a9271050104a0 /relcontrolcenter | |
parent | b9f19dc85d257d12ddaf8bf2e234dfbaa79bf198 (diff) | |
download | control-center-88f1095af36ff011a38ef003f6988736577bb969.tar control-center-88f1095af36ff011a38ef003f6988736577bb969.tar.gz control-center-88f1095af36ff011a38ef003f6988736577bb969.tar.bz2 control-center-88f1095af36ff011a38ef003f6988736577bb969.tar.xz control-center-88f1095af36ff011a38ef003f6988736577bb969.zip |
updated po files
Diffstat (limited to 'relcontrolcenter')
-rwxr-xr-x | relcontrolcenter | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/relcontrolcenter b/relcontrolcenter index 5d6ee122..8fe12a3f 100755 --- a/relcontrolcenter +++ b/relcontrolcenter @@ -374,8 +374,8 @@ sub exec_treeitem { $socket->show; $notebook_global->append_page($socket, ""); $socket->realize; - printf (_("The XID of the sockets window nr. %s is [%s]\n"), $arg, $socket->window->XWINDOW ); - printf (_("My PID is [%s]\n"), $$ ); + printf ("The XID of the sockets window nr. %s is [%s]\n", $arg, $socket->window->XWINDOW ); + printf ("My PID is [%s]\n", $$ ); my $a = $exec_string . " --embedded " . $socket->window->XWINDOW . " " . $$ . "&"; print "$a\n"; system ($a); |