Changeset 89 for branches/v2.9_Lars/common_functions/message.c
- Timestamp:
- Oct 1, 2023, 4:23:48 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v2.9_Lars/common_functions/message.c
r74 r89 10 10 { 11 11 WinMessageBox(HWND_DESKTOP,0, 12 (PSZ)"The resource DLL which contains all the dialogs, graphics and messages cannot be loaded. \13 Please check your installation.",14 (PSZ)"Problem with class installation",12345,12 "The resource DLL which contains all the dialogs, graphics and messages cannot be loaded. \ 13 \nPlease check your installation.", 14 "Problem with class installation",12345, 15 15 MB_OK|MB_MOVEABLE|MB_ERROR); 16 16 } … … 258 258 { 259 259 WinMessageBox(HWND_DESKTOP,0, 260 (PSZ)"This helper shouldn't be started by hand. It is called by the multimedia classes. \ 261 If you didn't launch the helper by hand you may have found a bug. Please contact the author.", 262 (PSZ)"Problem with multimedia classes",12345, 260 "This helper shouldn't be started by hand. \ 261 \nIt is called by the multimedia classes. \ 262 \nIf you didn't launch the helper by hand you may have found a bug. \ 263 \nPlease contact the author.", 264 "Problem with multimedia classes",12345, 263 265 MB_OK|MB_MOVEABLE|MB_ERROR); 264 266
Note:
See TracChangeset
for help on using the changeset viewer.