info: Add software media to "other media" dialogue
https://bugzilla.gnome.org/show_bug.cgi?id=671358
This commit is contained in:
parent
cb35970192
commit
6e8ddbaeea
1 changed files with 3 additions and 1 deletions
|
@ -1349,7 +1349,9 @@ info_panel_setup_media (CcInfoPanel *self)
|
|||
{ "x-content/video-hddvd", N_("HD DVD video disc") },
|
||||
{ "x-content/image-picturecd", N_("Picture CD") },
|
||||
{ "x-content/video-svcd", N_("Super Video CD") },
|
||||
{ "x-content/video-vcd", N_("Video CD") }
|
||||
{ "x-content/video-vcd", N_("Video CD") },
|
||||
{ "x-content/win32-software", N_("Windows software") },
|
||||
{ "x-content/software", N_("Software") }
|
||||
};
|
||||
|
||||
for (n = 0; n < G_N_ELEMENTS (defs); n++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue