Use the same icon in the border as is used in the config panel.

SVN revision: 27260
This commit is contained in:
Christopher Michael 2006-11-28 09:55:42 +00:00
parent 91626e8509
commit 34e9772de6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ e_int_config_borders(E_Container *con)
if (!v) return NULL;
cfd = e_config_dialog_new(con, _("Default Border Style"),
"E", "_config_border_style_dialog",
NULL, 0, v, con);
"enlightenment/windows", 0, v, con);
return cfd;
}