power mngmt

SVN revision: 29515
This commit is contained in:
manowarrior 2007-04-14 18:21:26 +00:00 committed by manowarrior
parent 033618eeb3
commit 9ae8b2369c
9 changed files with 25786 additions and 23741 deletions

View File

@ -103,6 +103,7 @@ images {
image: "e17_icon_ibar_applications.png" COMP;
image: "e17_icon_restart_applications.png" COMP;
image: "e17_icon_startup_applications.png" COMP;
image: "e17_icon_power_management.png" COMP;
}
group {
@ -2208,7 +2209,25 @@ group {
}
}
}
group {
name: "e/icons/enlightenment/power_management";
max: 64 64;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
max: 64 64;
image {
normal: "e17_icon_power_management.png";
}
}
}
}
}

Binary file not shown.

8174
po/de.po

File diff suppressed because it is too large Load Diff

7678
po/eo.po

File diff suppressed because it is too large Load Diff

8061
po/fr.po

File diff suppressed because it is too large Load Diff

8359
po/hu.po

File diff suppressed because it is too large Load Diff

8712
po/ru.po

File diff suppressed because it is too large Load Diff

8520
po/sl.po

File diff suppressed because it is too large Load Diff

View File

@ -413,7 +413,7 @@ _e_configure_fill_cat_list(void *data)
_e_configure_item_add(cat, _("Screen Resolution"), "enlightenment/screen_resolution", e_int_config_display);
_e_configure_item_add(cat, _("Screen Lock"), "enlightenment/desklock", e_int_config_desklock);
_e_configure_item_add(cat, _("Screen Saver"), "enlightenment/screensaver", e_int_config_screensaver);
_e_configure_item_add(cat, _("Power Management"), "enlightenment/dpms", e_int_config_dpms);
_e_configure_item_add(cat, _("Power Management"), "enlightenment/power_management", e_int_config_dpms);
cat = _e_configure_category_add(eco, _("Keyboard & Mouse"), "enlightenment/behavior");
_e_configure_item_add(cat, _("Key Bindings"), "enlightenment/keys", e_int_config_keybindings);