X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=surf.c;h=baebe5c6411d8b8eeedde01e84c9802e7cf6d3b0;hb=590a9bb19d331320643c50cf90433b94c7a3ba28;hp=492c8369f0c7c4740a59b700e595eef7d98907c9;hpb=bc73b48743eb0b51905322cad25b4647569e7996;p=surf.git 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.