mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
Added something that will be a config util later, removed some unusable options from menus(you'll be later able to re-enable them), changed module dir to /lib/amiwm
This commit is contained in:
4
module.c
4
module.c
@@ -326,8 +326,8 @@ static void incoming_event(struct module *m, struct mcmd_event *me)
|
||||
|
||||
void mod_menuselect(struct module *m, int menu, int item, int subitem)
|
||||
{
|
||||
fprintf(stderr, "Nu valde någon minsann menyitem %d:%d:%d.\n"
|
||||
"Man kanske skulle berätta detta för modul %d\n?",
|
||||
fprintf(stderr, "No value assigned for menu item %d:%d:%d.\n"
|
||||
"Read manual for module %d\n?",
|
||||
menu, item, subitem, (int)m->pid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user