diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-09-17 12:59:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-09-17 12:59:46 +0000 |
commit | 8a23c293f0fe85d082364e60befaeb51e5affe3f (patch) | |
tree | 5617977e8c1541737d8e0d7a12161f2e29c9f264 | |
parent | a06a114548f759e11a820ee18ef69db5d4dda925 (diff) | |
download | drakx-8a23c293f0fe85d082364e60befaeb51e5affe3f.tar drakx-8a23c293f0fe85d082364e60befaeb51e5affe3f.tar.gz drakx-8a23c293f0fe85d082364e60befaeb51e5affe3f.tar.bz2 drakx-8a23c293f0fe85d082364e60befaeb51e5affe3f.tar.xz drakx-8a23c293f0fe85d082364e60befaeb51e5affe3f.zip |
hide system config menu entry (#32941)
-rw-r--r-- | perl-install/NEWS | 5 | ||||
-rw-r--r-- | perl-install/standalone/menu/localedrake-system.desktop.in | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 008e5b8d7..c366651ff 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ -- localedrake menu entries: - o make them more understandable (#32941) +- localedrake menu entries (#32941): + o hide system config + o make them more understandable Version 10.4.200 - 17 September 2007, by Thierry Vignaud diff --git a/perl-install/standalone/menu/localedrake-system.desktop.in b/perl-install/standalone/menu/localedrake-system.desktop.in index 4e53b8ab9..71e0a27cb 100644 --- a/perl-install/standalone/menu/localedrake-system.desktop.in +++ b/perl-install/standalone/menu/localedrake-system.desktop.in @@ -6,3 +6,4 @@ Icon=localedrake Type=Application StartupNotify=false Categories=GTK;X-MandrivaLinux-CrossDesktop;Settings; +Hidden=true |