summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorTroels Henriksen <athas@sigkill.dk>2011-11-04 13:57:04 +0100
committerTroels Henriksen <athas@sigkill.dk>2011-11-04 13:57:04 +0100
commit543d0c77ee1ec96f57966e06337eb0351adae017 (patch)
tree7a0e44f67a3f33e291215bd2025eb0daa14c8339 /surf.c
parentbc73b48743eb0b51905322cad25b4647569e7996 (diff)
downloadsurf-543d0c77ee1ec96f57966e06337eb0351adae017.tar.gz
surf-543d0c77ee1ec96f57966e06337eb0351adae017.tar.bz2
surf-543d0c77ee1ec96f57966e06337eb0351adae017.zip
The ICCCM states that window classes should be capitalised.
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index 492c836..baebe5c 100644
--- a/surf.c
+++ b/surf.c
@@ -461,7 +461,7 @@ newclient(void) {
* window class (WM_CLASS) is capped, while the resource is in
* lowercase. Both these values come as a pair.
*/
- gtk_window_set_wmclass(GTK_WINDOW(c->win), "surf", "surf");
+ gtk_window_set_wmclass(GTK_WINDOW(c->win), "surf", "Surf");
/* TA: 20091214: And set the role here as well -- so that
* sessions can pick this up.