Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Commit

Permalink
Use the correct icon for the "Settings" menu
Browse files Browse the repository at this point in the history
  • Loading branch information
terceiro committed Nov 3, 2010
1 parent b32dc5a commit b5b1085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freedesktop/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function new(arg)
{ "Multimedia", programs["AudioVideo"], utils.lookup_icon({ icon = 'applications-multimedia.png' }) },
{ "Office", programs["Office"], utils.lookup_icon({ icon = 'applications-office.png' }) },
{ "Other", programs["Other"], utils.lookup_icon({ icon = 'applications-other.png' }) },
{ "Settings", programs["Settings"], utils.lookup_icon({ icon = 'applications-utilities.png' }) },
{ "Settings", programs["Settings"], utils.lookup_icon({ icon = 'preferences-desktop.png' }) },
{ "System Tools", programs["System"], utils.lookup_icon({ icon = 'applications-system.png' }) },
}

Expand Down

0 comments on commit b5b1085

Please sign in to comment.