Refactored Tooltip text handling
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7299 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2c79d33b56
commit
0302344430
5 changed files with 49 additions and 39 deletions
|
@ -89,6 +89,8 @@ static inline bool IsWin95() { return SupportsW95() && (GetVersion() & (0x8000FF
|
|||
#define SAVE_BUTTON_TEXT _T("Save")
|
||||
#define LOAD_SYMBOL_SET_MESSAGE _T("Please select a name for the Symbol Definitions Set to load.")
|
||||
#define SAVE_SYMBOL_SET_MESSAGE _T("Please enter or select a name for the Symbol Definitions Set to save.")
|
||||
#define TESTBTN_TIPTEXT _T("Test the generated installer")
|
||||
#define CLOSEBTN_TIPTEXT _T("Close MakeNSISW")
|
||||
|
||||
#define WM_MAKENSIS_PROCESSCOMPLETE (WM_USER+1001)
|
||||
#define WM_MAKENSIS_LOADSYMBOLSET (WM_USER+1002)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue