Changeset 1395 for trunk/dll/tools.c
- Timestamp:
- Feb 8, 2009, 2:48:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/tools.c
r1348 r1395 22 22 26 Aug 08 GKY Require unique ID plus text and help strings for all tools save toolbar on button delete 23 23 01 Sep 08 GKY Save toolbars immediately on change. 24 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 24 25 25 26 ***********************************************************************/ … … 784 785 WinQueryDlgItemText(hwnd, ADDBTN_ID, 6, idstr); 785 786 if (!(USHORT) atoi(idstr)) { 786 DosBeep(250, 100); 787 if (!fAlertBeepOff) 788 DosBeep(250, 100); 787 789 break; 788 790 } … … 832 834 WinQueryDlgItemText(hwnd, ADDBTN_ID, 6, idstr); 833 835 if (!(USHORT) atoi(idstr)) { 834 DosBeep(250, 100); 836 if (!fAlertBeepOff) 837 DosBeep(250, 100); 835 838 break; 836 839 }
Note:
See TracChangeset
for help on using the changeset viewer.