ttypo - ttabbed - Simple tabbing application for X11.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f36b3df20f70c8135f2b2a3ae2f180f569e397b2
(DIR) parent ad9b0d6ea6264a861e6bde6bab58520cf28c13b8
(HTM) Author: Enno Boland (tox) <tox@s01.de>
Date: Tue, 8 Sep 2009 16:56:50 +0200
ttypo
Diffstat:
tabbed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/tabbed.c b/tabbed.c
@@ -744,7 +744,7 @@ xerror(Display *dpy, XErrorEvent *ee) {
puts("badwindow");
return 0;
}
- die("dwm: fatal error: request code=%d, error code=%d\n",
+ die("tabbed: fatal error: request code=%d, error code=%d\n",
ee->request_code, ee->error_code);
return 1;
}