Make all active e_modules work with the new e_module_dialog_show function

change(s). If you get errors building these, update e17/apps/e .


SVN revision: 23661
master
Christopher Michael 18 years ago
parent 25f25baf49
commit a5dff348ac
  1. 2
      src/e_mod_main.c

@ -124,7 +124,7 @@ e_modapi_about(E_Module *module)
snprintf(title, sizeof(title), "%s %s", D_("Moon Clock Module"),
PACKAGE_VERSION);
e_module_dialog_show(title,
e_module_dialog_show(module, title,
D_("Display current phase of the moon ala e16 E-MoonClock"));
return 1;
}

Loading…
Cancel
Save