0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00

Mark all module names for translation and include needed header files.

This commit is contained in:
Laurent MONIN
2007-03-21 11:01:06 +01:00
committed by Laurent MONIN
parent aa79ecfe72
commit 90980a944e
15 changed files with 25 additions and 15 deletions

View File

@@ -8,6 +8,7 @@
#include "config/kbdbind.h"
#include "config/options.h"
#include "intl/gettext/libintl.h"
#include "main/module.h"
#include "main/timer.h"
#include "terminal/event.h"
@@ -84,7 +85,7 @@ done_timer(struct module *module)
}
struct module timer_module = struct_module(
/* name: */ "Timer",
/* name: */ N_("Timer"),
/* options: */ NULL,
/* hooks: */ NULL,
/* submodules: */ NULL,