return 0;
}
/*}}}*/
-
-int main(int argc,const char *argv[])
+int main(int argc,const char *argv[]) /*{{{*/
{
CommandLine::Args Args[] = {
{'h',"help","help",0},
// Set up gettext support
setlocale(LC_ALL,"");
- //textdomain(PACKAGE);
+ textdomain(PACKAGE);
// Parse the command line and initialize the package library
CommandLine CmdL(Args,_config);
return 0;
}
+ /*}}}*/