Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/pager


Modified Files:
        e_mod_main.c 


Log Message:


ibox isnt used/etc. so for now lets remove it.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -3 -r1.77 -r1.78
--- e_mod_main.c        5 Apr 2005 14:47:47 -0000       1.77
+++ e_mod_main.c        11 Apr 2005 21:50:35 -0000      1.78
@@ -76,11 +76,11 @@
    /* check module api version */
    if (module->api->version < E_MODULE_API_VERSION)
      {
-       e_error_dialog_show("Module API Error",
-                           "Error initializing Module: Pager\n"
-                           "It requires a minimum module API version of: %i.\n"
-                           "The module API advertized by Enlightenment is: 
%i.\n"
-                           "Aborting module.",
+       e_error_dialog_show(_("Module API Error"),
+                           _("Error initializing Module: Pager\n"
+                             "It requires a minimum module API version of: 
%i.\n"
+                             "The module API advertized by Enlightenment is: 
%i.\n"
+                             "Aborting module."),
                            E_MODULE_API_VERSION,
                            module->api->version);
        return NULL;
@@ -123,7 +123,7 @@
 {
    char buf[4096];
 
-   module->label = strdup("Pager");
+   module->label = strdup(_("Pager"));
    snprintf(buf, sizeof(buf), "%s/module_icon.png", e_module_dir_get(module));
    module->icon_file = strdup(buf);
    return 1;
@@ -132,8 +132,8 @@
 int
 about(E_Module *module)
 {
-   e_error_dialog_show("Enlightenment Pager Module",
-                      "A pager module to navigate virtual desktops.");
+   e_error_dialog_show(_("Enlightenment Pager Module"),
+                      _("A pager module to navigate virtual desktops."));
    return 1;
 }
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to