* Adding new "KEYS" icon for the E config panel and keybinding config dialog

SVN revision: 23976
This commit is contained in:
sndev 2006-07-17 00:03:08 +00:00 committed by sndev
parent b3d3da2674
commit 7066205439
4 changed files with 21 additions and 1 deletions

View File

@ -28,6 +28,7 @@ images {
image: "e17_icon_font.png" LOSSY 90;
image: "e17_icon_background.png" LOSSY 90;
image: "e17_icon_mouse.png" LOSSY 90;
image: "e17_icon_keys.png" LOSSY 90;
image: "e17_pager_window.png" COMP;
@ -551,6 +552,24 @@ group {
}
}
}
group {
name: "icons/enlightenment/keys";
max: 64 64;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
max: 64 64;
image {
normal: "e17_icon_keys.png";
}
}
}
}
}
group {
name: "icons/enlightenment/fonts";
max: 64 64;

View File

@ -379,6 +379,7 @@ e17_icon_screen_normal.png \
e17_icon_screen_right.png \
e17_icon_screen_vflip.png \
e17_icon_mouse.png \
e17_icon_keys.png \
e17_button_detail_paste.png \
e17_button_detail_arrange_name.png \
e17_button_detail_properties.png \

Binary file not shown.

View File

@ -13,7 +13,7 @@
#define TEXT_PRESS_KEY_SEQUENCE _("Please press key sequence,<br>" \
"or <hilight>Escape</hilight> to abort")
#define ILIST_ICON_WITH_KEYBIND "enlightenment/e"
#define ILIST_ICON_WITH_KEYBIND "enlightenment/keys"
#define ILIST_ICON_WITHOUT_KEYBIND ""
#define AG_UNSORTED _("Unsorted")