Index: sources/gui/guiglobals.h =================================================================== diff -u -rd07ec81c7002ed2ac60c1dfc3101fb820e88211c -r5ff0e21667deda23a6bd7b4e95dabf5b480dc593 --- sources/gui/guiglobals.h (.../guiglobals.h) (revision d07ec81c7002ed2ac60c1dfc3101fb820e88211c) +++ sources/gui/guiglobals.h (.../guiglobals.h) (revision 5ff0e21667deda23a6bd7b4e95dabf5b480dc593) @@ -34,13 +34,14 @@ * \brief The GuiActionsType_Enum enum * \details * *** This enum could use the Msg_IDs enum in MsgDefs.h, ***\n - * *** But that enum has values in BigEndian ***\n - * *** So it has to be converted each time it is refferenced. ***\n + * *** But that enum has values in Normal (BigEndian) ***\n + * *** So it has to be converted, each time it is refferenced. ***\n * *** Since an enum is a constant value, ***\n * *** I don't see any point in calculating it on each reference. ***\n * *** Therefore I preffered to keep them as constant values ***\n - * *** Exactly as it is goint to be shown in denali messages ***\n + * *** Exactly as it is goint to be shown/used in denali messages ***\n * *** then it can be compared exactly the way it is with no conversion.***\n + * *** Also if anychanges happens here the code has to be revised anyway***\n */ enum GuiActionsType_Enum /*: quint16 QML doesn't support enum types */ { Unknown = 0x0000,