replace('&',"&&")
svn path=/trunk/kdebase/kwin/; revision=237355
This commit is contained in:
parent
ddec9444f7
commit
68698772c7
1 changed files with 1 additions and 1 deletions
|
@ -3057,7 +3057,7 @@ void Workspace::desktopPopupAboutToShow()
|
||||||
id = desk_popup->insertItem(
|
id = desk_popup->insertItem(
|
||||||
basic_name
|
basic_name
|
||||||
.arg(i)
|
.arg(i)
|
||||||
.arg( desktopName(i).replace( QRegExp("&"), "&&" )),
|
.arg( desktopName(i).replace( '&', "&&" )),
|
||||||
i
|
i
|
||||||
);
|
);
|
||||||
if ( active_client &&
|
if ( active_client &&
|
||||||
|
|
Loading…
Reference in a new issue