summaryrefslogtreecommitdiff
path: root/src/modules/dropshadow
diff options
context:
space:
mode:
authorChristopher Michael <cpmichael1@comcast.net>2006-07-02 18:55:33 +0000
committerChristopher Michael <cpmichael1@comcast.net>2006-07-02 18:55:33 +0000
commit17475003db82afa307493768afe85038c1a78e34 (patch)
treeb3ecf3a55c40c1b484e6c1de19de60e321a9c94f /src/modules/dropshadow
parent165f5f2309f5801848d8141796482932efb3ccaf (diff)
downloadenlightenment-17475003db82afa307493768afe85038c1a78e34.tar.gz
Module about dialogs now show the module icon in the dialog, and the border.
Note: This breaks e_modules until I get them fixed. SVN revision: 23660
Diffstat (limited to 'src/modules/dropshadow')
-rw-r--r--src/modules/dropshadow/e_mod_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dropshadow/e_mod_main.c b/src/modules/dropshadow/e_mod_main.c
index 445e617533..b7b76c3a6a 100644
--- a/src/modules/dropshadow/e_mod_main.c
+++ b/src/modules/dropshadow/e_mod_main.c
@@ -154,7 +154,7 @@ e_modapi_save(E_Module *m)
EAPI int
e_modapi_about(E_Module *m)
{
- e_module_dialog_show(_("Enlightenment Dropshadow Module"),
+ e_module_dialog_show(m, _("Enlightenment Dropshadow Module"),
_("This is the dropshadow module that allows dropshadows to be cast<br>"
"on the desktop background - without special X-Server extensions<br>"
"or hardware acceleration."));