diff options
Diffstat (limited to 'powermanager')
-rwxr-xr-x | powermanager/guidance-power-manager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/powermanager/guidance-power-manager.py b/powermanager/guidance-power-manager.py index 6444423..c707285 100755 --- a/powermanager/guidance-power-manager.py +++ b/powermanager/guidance-power-manager.py @@ -336,8 +336,8 @@ class PowerManager(PowerManagerUI): menu.insertItem(i18n("CPU policy"), submenu) - # KGlobalAccel crashes the application in pykde - # see http://mats.gmd.de/pipermail/pykde/2006-May/013224.html + # KGlobalAccel crashes the application in pytde + # see http://mats.gmd.de/pipermail/pytde/2006-May/013224.html #self.globalActions = KGlobalAccel(self) #self.suspendShortcut = KShortcut("XF86Sleep") #self.hibernateShortcut = KShortcut("XF86Standby") |