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:
committed by
Laurent MONIN
parent
aa79ecfe72
commit
90980a944e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user