With HANDLES_COMMANDLINE, the commandline is handled in the primary
instance. That means two things:
- We cannot let GOption handle --help, since it calls exit() after
printing out the help
- The static booleans need to be reset to FALSE for each handled
commandline
This commit adds a new string, 'Show help options'. It also includes
existing translations for this string that were taken from GLib.
2004-08-16 Christian Rose <menthos@menthos.com>
* configure.in: Added "bs" to ALL_LINGUAS.
* po/bs.po: Added Bosnian translation by
Kenan Hadžiavdić <kenan@bgnett.no>.