[gnome-control-center] info: Add software media to "other media" dialogue



commit 6e8ddbaeeadfb02c924eae58ab8965adb0eee2f1
Author: Sebastien Bacher <seb128 ubuntu com>
Date:   Mon Mar 5 13:47:46 2012 +0100

    info: Add software media to "other media" dialogue
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671358

 panels/info/cc-info-panel.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index 93c373a..d9087e8 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -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++) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]