e: use correct icon for the window geometry configuration window.

SVN revision: 63601
This commit is contained in:
Chidambar Zinnoury 2011-09-25 13:15:16 +00:00
parent f30111ae01
commit d36dc8e6af
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ e_int_config_window_geometry(E_Container *con, const char *params __UNUSED__)
/* create config diaolg for NULL object/data */
cfd = e_config_dialog_new(con, _("Window Geometry"),
"E", "windows/window_geometry",
"preferences-window-manipulation", 0, v, NULL);
"preferences-window-geometry", 0, v, NULL);
return cfd;
}