diff options
author | Jani Välimaa <wally@mageia.org> | 2014-12-17 17:57:37 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2014-12-17 17:57:37 +0200 |
commit | 708e78601f90a436230b304f6096f3f7af805933 (patch) | |
tree | fc28bee58632280c004f7989ecd1a00631bfccf3 | |
parent | 1bdf786b4fa3c5f35635cc128816b1e8b67c40e0 (diff) | |
download | config-708e78601f90a436230b304f6096f3f7af805933.tar config-708e78601f90a436230b304f6096f3f7af805933.tar.gz config-708e78601f90a436230b304f6096f3f7af805933.tar.bz2 config-708e78601f90a436230b304f6096f3f7af805933.tar.xz config-708e78601f90a436230b304f6096f3f7af805933.zip |
Fix duplicate "Database Browser" menu entry in Development menu (mga#5718)
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | data/menus/xfce-applications.menu | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- fix duplicate "Database Browser" menu entry in Development menu (mga#5718) + Version 4.100.5.7 - 2014-08-02 - drop xfce4-mixer app from panel (to later switch to pnmixer) diff --git a/data/menus/xfce-applications.menu b/data/menus/xfce-applications.menu index 455499f..e5593d5 100644 --- a/data/menus/xfce-applications.menu +++ b/data/menus/xfce-applications.menu @@ -615,6 +615,7 @@ <Category>Building</Category> <Category>Profiling</Category> <Category>Debugger</Category> + <Category>Database</Category> <Category>RevisionControl</Category> <Category>Translation</Category> <Category>IDE</Category> |