Change dialog title according to what "Apps" are being edited.

SVN revision: 27904
This commit is contained in:
Christopher Michael 2007-01-11 15:48:44 +00:00
parent 86066920cf
commit c8370c59ae
1 changed files with 3 additions and 3 deletions

View File

@ -90,21 +90,21 @@ e_int_config_apps_once(E_Container *con, const char *title, const char *label, c
else if (strstr(path, "bar"))
{
cfd = e_config_dialog_new(con,
_("Applications"),
_("IBar Applications"),
"E", "_config_applications_dialog",
"enlightenment/ibar_applications", 0, v, once);
}
else if (strstr(path, "startup"))
{
cfd = e_config_dialog_new(con,
_("Applications"),
_("Startup Applications"),
"E", "_config_applications_dialog",
"enlightenment/startup_applications", 0, v, once);
}
else if (strstr(path, "restart"))
{
cfd = e_config_dialog_new(con,
_("Applications"),
_("Restart Applications"),
"E", "_config_applications_dialog",
"enlightenment/restart_applications", 0, v, once);
}