Changeset 1915 for trunk/dll/inis.c
- Timestamp:
- Nov 1, 2025, 7:27:49 PM (44 hours ago)
- File:
-
- 1 edited
-
trunk/dll/inis.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/inis.c
r1880 r1915 1017 1017 *filename = 0; 1018 1018 strcat(filename, PCSZ_STARDOTINI); 1019 if (insert_filename(hwnd, filename, TRUE, FALSE) && *filename)1019 if (insert_filename(hwnd, filename, 1, FALSE) && *filename) 1020 1020 WinSetDlgItemText(hwnd, id, filename); 1021 1021 } … … 1121 1121 *filename = 0; 1122 1122 strcat(filename, PCSZ_STARDOTINI); 1123 if (insert_filename(hwnd, filename, TRUE, FALSE) && *filename)1123 if (insert_filename(hwnd, filename, 1, FALSE) && *filename) 1124 1124 WinSetDlgItemText(hwnd, id, filename); 1125 1125 } … … 2653 2653 if (insert_filename(hwnd, 2654 2654 filename, 2655 TRUE,2655 1, 2656 2656 TRUE) && 2657 2657 *filename &&
Note:
See TracChangeset
for help on using the changeset viewer.
