X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=WindowMaker-singleclick.patch;h=e52618cb98bfd6f0db2492631ab1524bf22c4735;hb=428e07c2c5b831c5e2892ff5f110f75248844aeb;hp=9f0a671b939f27465299534d43216311fe499f8e;hpb=6a57ca2816086d574befd45e19c564f2003d5168;p=packages%2FWindowMaker.git diff --git a/WindowMaker-singleclick.patch b/WindowMaker-singleclick.patch index 9f0a671..e52618c 100644 --- a/WindowMaker-singleclick.patch +++ b/WindowMaker-singleclick.patch @@ -30,7 +30,7 @@ WMSetButtonText(panel->swi[4], _("Disable confirmation panel for the Kill command.")); WMSetButtonText(panel->swi[5], _("Disable selection animation for selected icons.")); WMSetButtonText(panel->swi[6], _("Smooth font edges (needs restart).")); -+ WMSetButtonText(panel->swi[8], _("Launch applications and restore windows with a single click")); ++ WMSetButtonText(panel->swi[7], _("Launch applications and restore windows with a single click")); WMSetButtonEnabled(panel->swi[6], True); @@ -38,7 +38,7 @@ SetBoolForKey(WMGetButtonSelected(panel->swi[4]), "DontConfirmKill"); SetBoolForKey(WMGetButtonSelected(panel->swi[5]), "DisableBlinking"); SetBoolForKey(WMGetButtonSelected(panel->swi[6]), "AntialiasedText"); -+ SetBoolForKey(WMGetButtonSelected(panel->swi[8]), "SingleClickLaunch"); ++ SetBoolForKey(WMGetButtonSelected(panel->swi[7]), "SingleClickLaunch"); }