summaryrefslogtreecommitdiffstats
path: root/relcontrolcenter
diff options
context:
space:
mode:
Diffstat (limited to 'relcontrolcenter')
-rwxr-xr-xrelcontrolcenter4
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);