fixed typo
svn path=/trunk/kdebase/kwin/; revision=332526
This commit is contained in:
parent
cc6b654b6f
commit
fdbebdc4c0
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ void LaptopClient::init()
|
|||
button[BtnClose] = new LaptopButton(btnWidth2, th, this, "close",
|
||||
close_bits, i18n("Close"));
|
||||
button[BtnSticky] = new LaptopButton(btnWidth1, th, this, "sticky",
|
||||
NULL, isOnAllDesktops()?i18n("Not an all desktops"):i18n("On all desktops"));
|
||||
NULL, isOnAllDesktops()?i18n("Not on all desktops"):i18n("On all desktops"));
|
||||
if(isOnAllDesktops())
|
||||
button[BtnSticky]->setBitmap(unsticky_bits);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue