X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=clients%2Fgui-shell%2Flaunch.c;h=604af4af7c533d34d65d27eb08719da115945044;hb=c4aa9572a98ff7a31733af5228256daae503cbba;hp=620e280c14faf76c5cc7bf23caebe850b050faa3;hpb=ec985ce41d011a94bbddfe225508538f8559f9b8;p=doldaconnect.git diff --git a/clients/gui-shell/launch.c b/clients/gui-shell/launch.c index 620e280..604af4a 100644 --- a/clients/gui-shell/launch.c +++ b/clients/gui-shell/launch.c @@ -29,8 +29,6 @@ #include #endif -#define _(text) gettext(text) - int running(char *pf) { FILE *pfs; @@ -67,7 +65,7 @@ int main(int argc, char **argv) execlp("doldacond-shell", "doldacond-shell", NULL); perror("doldacond-shell"); } else { - execlp("dolcon", "dolcon", NULL); + execlp("dolcon", "dolcon", "-l", NULL); perror("dolcon"); } return(127);