info: Add software media to "other media" dialogue

https://bugzilla.gnome.org/show_bug.cgi?id=671358
This commit is contained in:
Sebastien Bacher 2012-03-05 13:47:46 +01:00 committed by Bastien Nocera
parent cb35970192
commit 6e8ddbaeea

View file

@ -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++) {