diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-16 14:32:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-16 14:32:26 +0000 |
| commit | 638d4e6f1902c92e73b04246f349318236378437 (patch) | |
| tree | 55d025188399387ccbe339e0c1060763e57b30f8 | |
| parent | 12a95bfdb31595ec53d72adef4e0fd6bf1ccf218 (diff) | |
change the style-load-error msg
| -rw-r--r-- | otk/application.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/application.cc b/otk/application.cc index 886b0033..8e4d93b3 100644 --- a/otk/application.cc +++ b/otk/application.cc @@ -48,7 +48,7 @@ void OtkApplication::loadStyle(void) std::string style = "/usr/local/share/openbox/styles/artwiz"; _style_conf->setFile(style); if (!_style_conf->load()) { - std::cerr << "Unable to load style \"" << style << "\". Aborting.\n"; + std::cerr << "ERROR: Unable to load style \"" << style << "\".\n"; ::exit(1); } _style->load(*_style_conf); |
