]> git.pld-linux.org Git - packages/WindowMaker.git/blobdiff - WindowMaker-singleclick.patch
- updated for 0.92.0 + cvs patch
[packages/WindowMaker.git] / WindowMaker-singleclick.patch
index 9f0a671b939f27465299534d43216311fe499f8e..e52618cb98bfd6f0db2492631ab1524bf22c4735 100644 (file)
@@ -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");
  }
  
  
This page took 0.030605 seconds and 4 git commands to generate.