mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
5482c343bc
PR: ports/99853 Submitted by: maintainer
12 lines
358 B
C
12 lines
358 B
C
--- e_mod_main.c.orig Thu Jul 6 22:43:05 2006
|
|
+++ e_mod_main.c Thu Jul 6 22:43:18 2006
|
|
@@ -339,7 +339,7 @@
|
|
EAPI int
|
|
e_modapi_about(E_Module *m)
|
|
{
|
|
- e_module_dialog_show(D_("Enlightenment Mem Monitor Module"),
|
|
+ e_module_dialog_show(m, D_("Enlightenment Mem Monitor Module"),
|
|
D_("This module is used to monitor memory."));
|
|
return 1;
|
|
}
|