From 28b8f67562bb7eb15134f2bf7a8394f0a009b9ba Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 05:20:13 +0000 Subject: 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 --- src/widgetbase.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/widgetbase.hh') 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: -- cgit v1.2.3