all repos — openbox @ 638d4e6f1902c92e73b04246f349318236378437

openbox fork - make it a bit more like ryudo

change the style-load-error msg
Dana Jansens danakj@orodu.net
commit

638d4e6f1902c92e73b04246f349318236378437

parent

12a95bfdb31595ec53d72adef4e0fd6bf1ccf218

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M otk/application.ccotk/application.cc

@@ -48,7 +48,7 @@ // find the style name as a property

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);