diff options
Diffstat (limited to 'xbmc/ApplicationMessenger.h')
-rw-r--r-- | xbmc/ApplicationMessenger.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xbmc/ApplicationMessenger.h b/xbmc/ApplicationMessenger.h index 5dd1058858..d821478ff2 100644 --- a/xbmc/ApplicationMessenger.h +++ b/xbmc/ApplicationMessenger.h @@ -82,8 +82,9 @@ class CGUIDialog; #define TMSG_GUI_PYTHON_DIALOG 605 #define TMSG_GUI_DIALOG_CLOSE 606 #define TMSG_GUI_ACTION 607 -#define TMSG_GUI_INFOLABEL 608 -#define TMSG_GUI_INFOBOOL 609 +#define TMSG_GUI_ADDON_DIALOG 608 +#define TMSG_GUI_INFOLABEL 609 +#define TMSG_GUI_INFOBOOL 610 #define TMSG_OPTICAL_MOUNT 700 #define TMSG_OPTICAL_UNMOUNT 701 |