diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-27 13:01:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-27 13:01:04 +0000 |
| commit | 1821fb49dd07f9a265fe354829db340a6156018c (patch) | |
| tree | 7269641718880153330b5e453e8527e915ba27d2 | |
| parent | 7e777c7c2061bb58272cf102cbc40a544da611d5 (diff) | |
set "Openbox" as the name no "Openbox3"
| -rw-r--r-- | openbox/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
