Git commit 3639143231b426420b51dd907f832b6d4f2381e5 by Raphael Kubo da Costa. Committed on 16/08/2011 at 00:23. Pushed by rkcosta into branch 'master'. Order the project names alphabetically in the menu M +3 -3 menu.inc http://commits.kde.org/websites/utils-kde-org/3639143231b426420b51dd907f832b6d4f2381e5 diff --git a/menu.inc b/menu.inc index a254d8b..e4b3cd7 100644 --- a/menu.inc +++ b/menu.inc @@ -16,12 +16,12 @@ $section->appendDir("KCharSelect","projects/kcharselect"); $section->appendDir("KDiskFree","projects/kdf"); $section->appendDir("KFloppy","projects/kfloppy"); $section->appendDir("KGpg","projects/kgpg"); -$section->appendDir("Printer Applet","projects/printer-applet"); $section->appendDir("KRemoteControl","projects/kremotecontrol"); -$section->appendDir("SuperKaramba","projects/superkaramba"); -$section->appendDir("Sweeper","projects/sweeper"); $section->appendDir("KTimer","projects/ktimer"); $section->appendDir("KDE Wallet Manager","projects/kwalletmanager"); +$section->appendDir("Printer Applet","projects/printer-applet"); +$section->appendDir("SuperKaramba","projects/superkaramba"); +$section->appendDir("Sweeper","projects/sweeper"); $section =& $this->appendSection("Communicate");