Skip to content

Commit

Permalink
default-applications: Fix image viewer icon
Browse files Browse the repository at this point in the history
Closes #36
  • Loading branch information
stefano-k committed Feb 13, 2013
1 parent 6090587 commit 77bae0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capplets/default-applications/mate-da-capplet.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,12 @@ static struct {
} icons[] = {
{"web_browser_image", "web-browser"},
{"mail_reader_image", "emblem-mail"},
{"media_player_image", "audio-x-generic"}, /* applications-multimedia */
{"media_player_image", "audio-x-generic"},
{"visual_image", "zoom-best-fit"},
{"mobility_image", "preferences-desktop-accessibility"},
{"messenger_image", "user-idle"},
{"filemanager_image", "file-manager"},
{"imageviewer_image", "eog"}, /* no hay otra... */
{"imageviewer_image", "image-x-generic"},
{"video_image", "video-x-generic"},
{"text_image", "text-editor"},
{"terminal_image", "terminal"},
Expand Down

0 comments on commit 77bae0f

Please sign in to comment.