Changeset 1673 for trunk/dll/tools.c
- Timestamp:
- Dec 30, 2012, 7:51:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/tools.c
r1544 r1673 764 764 istext = FALSE; 765 765 tool = INSTDATA(hwnd); 766 if (tool) { / * just editing strings... */766 if (tool) { // just editing strings... 767 767 istext = ((tool->flags & T_TEXT) != 0); 768 768 xfree(tool->help, pszSrcFile, __LINE__);
Note:
See TracChangeset
for help on using the changeset viewer.