diff options
Diffstat (limited to 'Source/CPack/WiX/cmWIXShortcut.h')
-rw-r--r-- | Source/CPack/WiX/cmWIXShortcut.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/WiX/cmWIXShortcut.h b/Source/CPack/WiX/cmWIXShortcut.h index 5e18bdd..5945e43 100644 --- a/Source/CPack/WiX/cmWIXShortcut.h +++ b/Source/CPack/WiX/cmWIXShortcut.h @@ -34,7 +34,8 @@ public: enum Type { START_MENU, - DESKTOP + DESKTOP, + STARTUP }; typedef std::vector<cmWIXShortcut> shortcut_list_t; |