diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-28 12:21:38 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-28 12:21:38 +0000 |
| commit | b48e215ca642d1973e0b1b71e632657c2679443a (patch) | |
| tree | 9cea0a3c205b59e3e9d394363b8442fe75658d31 /util/bsetroot.cc | |
| parent | 8eb930551c33ac47e7b39adf95bd4c2e3cb87b1a (diff) | |
updated nls to use openbox.cat
Diffstat (limited to 'util/bsetroot.cc')
| -rw-r--r-- | util/bsetroot.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bsetroot.cc b/util/bsetroot.cc index cd047c2a..47939aec 100644 --- a/util/bsetroot.cc +++ b/util/bsetroot.cc @@ -340,7 +340,7 @@ void bsetroot::usage(int exit_code) { int main(int argc, char **argv) { char *display_name = (char *) 0; - i18n.openCatalog("blackbox.cat"); + i18n.openCatalog("openbox.cat"); for (int i = 1; i < argc; i++) { if (! strcmp(argv[i], "-display")) { |
