summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--capplets/keyboard/mate-keyboard-properties.c2
-rw-r--r--capplets/keyboard/mate-keyboard.desktop.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties.c b/capplets/keyboard/mate-keyboard-properties.c
index 66dd13c0..4cf0f4c9 100644
--- a/capplets/keyboard/mate-keyboard-properties.c
+++ b/capplets/keyboard/mate-keyboard-properties.c
@@ -259,7 +259,7 @@ main (int argc, char **argv)
}
capplet_set_icon (WID ("keyboard_dialog"),
- "preferences-desktop-keyboard");
+ "input-keyboard");
gtk_widget_show (WID ("keyboard_dialog"));
gtk_main ();
diff --git a/capplets/keyboard/mate-keyboard.desktop.in b/capplets/keyboard/mate-keyboard.desktop.in
index 5f366a65..e7458a41 100644
--- a/capplets/keyboard/mate-keyboard.desktop.in
+++ b/capplets/keyboard/mate-keyboard.desktop.in
@@ -2,7 +2,7 @@
_Name=Keyboard
_Comment=Set your keyboard preferences
Exec=mate-keyboard-properties
-Icon=preferences-desktop-keyboard
+Icon=input-keyboard
Terminal=false
Type=Application
StartupNotify=true