[gnome-software] Add a new section name in the Addons category for drivers



commit 223d7114d1ef108c3b88b2c22cc1d3dbdf2cfb92
Author: Richard Hughes <richard hughsie com>
Date:   Fri Sep 2 18:53:14 2016 +0100

    Add a new section name in the Addons category for drivers

 src/plugins/gs-desktop-common.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-desktop-common.c b/src/plugins/gs-desktop-common.c
index 58d1d92..368ec07 100644
--- a/src/plugins/gs-desktop-common.c
+++ b/src/plugins/gs-desktop-common.c
@@ -209,6 +209,9 @@ static const GsDesktopMap map_addons[] = {
        { "localization",       NC_("Menu of Addons", "Localization"),
                                        { "Addons::Localization",
                                          NULL} },
+       { "drivers",            NC_("Menu of Addons", "Hardware Drivers"),
+                                       { "Addons::Drivers",
+                                         NULL} },
        { NULL }
 };
 


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