Browse Source

Fixed typo

pull/1/merge
gapan 13 years ago
parent
commit
2ffd8db186
  1. 2
      src/xdgmenumaker

2
src/xdgmenumaker

@ -69,7 +69,7 @@ def usage():
print ' You have to use either the -f or the -d switch.'
print
print 'EXAMPLES:'
print ' xdgmenumaker -d fluxbox'
print ' xdgmenumaker -f fluxbox'
class MenuEntry:
def __init__(self, category, name, icon, command):

Loading…
Cancel
Save