diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2016-08-04 23:04:28 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2016-08-04 23:04:37 +0200 |
commit | d2d054eb6c02bb367bea4255f1d48b3ae60a797f (patch) | |
tree | cec27830a87493265eecdeb281b9dabd05d27297 /menu | |
parent | 6edc1d9d44f37c0c124331777fabf4dc3e16287c (diff) | |
download | common-data-d2d054eb6c02bb367bea4255f1d48b3ae60a797f.tar common-data-d2d054eb6c02bb367bea4255f1d48b3ae60a797f.tar.gz common-data-d2d054eb6c02bb367bea4255f1d48b3ae60a797f.tar.bz2 common-data-d2d054eb6c02bb367bea4255f1d48b3ae60a797f.tar.xz common-data-d2d054eb6c02bb367bea4255f1d48b3ae60a797f.zip |
Fix systemsettings location
Diffstat (limited to 'menu')
-rw-r--r-- | menu/applications.menu.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu/applications.menu.in b/menu/applications.menu.in index 01e25a3..601524b 100644 --- a/menu/applications.menu.in +++ b/menu/applications.menu.in @@ -525,7 +525,7 @@ <Category>System</Category> <Not> <!-- do not show KDE system settings here on non-KDE (shown in SystemTools on KDE) --> - <Filename>kde4-systemsettings.desktop</Filename> + <Filename>systemsettings.desktop</Filename> </Not> </And> </Or> |