[loc] add language selection menu

This commit is contained in:
Pete Batard 2013-10-24 22:57:34 +01:00
parent 92abacad62
commit df44b26342
10 changed files with 215 additions and 136 deletions

View file

@ -110,7 +110,9 @@ enum user_message_type {
// TODO: relabel "ISO" to a more generic "progress"
UM_ISO_CREATE,
UM_ISO_INIT,
UM_ISO_EXIT
UM_ISO_EXIT,
// Start of the WM IDs for the language menu items
UM_LANGUAGE_MENU = WM_APP + 0x100
};
/* Custom notifications */