From: Dana Jansens Date: Fri, 27 Jun 2003 13:01:04 +0000 (+0000) Subject: set "Openbox" as the name no "Openbox3" X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=1821fb49dd07f9a265fe354829db340a6156018c;p=chaz%2Fopenbox set "Openbox" as the name no "Openbox3" --- diff --git a/openbox/screen.c b/openbox/screen.c index 53ba2702..deb3d3fb 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -93,7 +93,7 @@ gboolean screen_annex() PROP_SET32(ob_root, net_supporting_wm_check, window, support_window); /* set properties on the supporting window */ - PROP_SETS(support_window, net_wm_name, "Openbox3"); + PROP_SETS(support_window, net_wm_name, "Openbox"); PROP_SET32(support_window, net_supporting_wm_check, window,support_window); /* set the _NET_SUPPORTED_ATOMS hint */