diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-05-22 19:03:00 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-05-22 19:03:00 +0000 |
| commit | 6af116c87273451dd5b0017642c600861234671e (patch) | |
| tree | 4bb22a8686763fde4e20b2bd63ed0f75b5345e23 /openbox | |
| parent | 78840bd865eccf0e761b00934a57e7079ca1e1b8 (diff) | |
change render to obrender in a message
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index b69f2c1e..76b3b53f 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -177,7 +177,7 @@ gint main(gint argc, gchar **argv) ob_rr_inst = RrInstanceNew(ob_display, ob_screen); if (ob_rr_inst == NULL) - ob_exit_with_error(_("Failed to initialize the render library.")); + ob_exit_with_error(_("Failed to initialize the obrender library.")); XSynchronize(ob_display, xsync); |
