diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-23 05:20:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-23 05:20:13 +0000 |
| commit | 28b8f67562bb7eb15134f2bf7a8394f0a009b9ba (patch) | |
| tree | 69eaa560ba90666b995d46b32ec64518e4b9a529 /src/widgetbase.hh | |
| parent | 7b7ae097a0d389a35967fdab4ea310effcfc42c2 (diff) | |
remove the word "sticky" from everywhere, and replace with "all desktops". change the titlebar layout to use D instead of S for the all-desktops button
Diffstat (limited to 'src/widgetbase.hh')
| -rw-r--r-- | src/widgetbase.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgetbase.hh b/src/widgetbase.hh index 29211f4a..d8307574 100644 --- a/src/widgetbase.hh +++ b/src/widgetbase.hh @@ -17,7 +17,7 @@ public: Type_MaximizeButton, Type_CloseButton, Type_IconifyButton, - Type_StickyButton, + Type_AllDesktopsButton, Type_LeftGrip, Type_RightGrip, Type_Client, @@ -50,8 +50,8 @@ public: return MC_CloseButton; case Type_IconifyButton: return MC_IconifyButton; - case Type_StickyButton: - return MC_StickyButton; + case Type_AllDesktopsButton: + return MC_AllDesktopsButton; case Type_LeftGrip: return MC_Grip; case Type_RightGrip: |
