pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6742ef
)
Fixed typo introduced by shared code
author
Eric Pruitt
<eric.pruitt@gmail.com>
Thu, 6 Aug 2015 02:19:14 +0000
(19:19 -0700)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Thu, 6 Aug 2015 10:47:51 +0000
(12:47 +0200)
dmenu.c
patch
|
blob
|
history
diff --git
a/dmenu.c
b/dmenu.c
index
11b6e8d
..
f0bc176
100644
(file)
--- a/
dmenu.c
+++ b/
dmenu.c
@@
-118,7
+118,7
@@
main(int argc, char *argv[]) {
if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())
fputs("warning: no locale support\n", stderr);
if(!(dpy = XOpenDisplay(NULL)))
- die("d
wm
: cannot open display\n");
+ die("d
menu
: cannot open display\n");
screen = DefaultScreen(dpy);
root = RootWindow(dpy, screen);
sw = DisplayWidth(dpy, screen);