Changeset 1391 for trunk/dll/avv.c
- Timestamp:
- Jan 12, 2009, 12:55:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/avv.c
r1346 r1391 28 28 24 Aug 08 GKY Warn full drive on save of .BB2 file; prevent loss of existing file 29 29 23 Nov 08 JBS Support use of CMD files in archiver definitions 30 11 Jan 08 GKY Replace "ARCHIVER.BB2" in string file with global set at compile in init.c 30 31 31 32 ***********************************************************************/ … … 242 243 HWND_DESKTOP, 243 244 GetPString(IDS_NOTETEXT), GetPString(IDS_SAVEARCBB2TEXT)); 244 archiverbb2 = GetPString(IDS_ARCHIVERBB2);245 archiverbb2 = ARCHIVERBB2; 245 246 } 246 247 /* Check space on drive*/ … … 269 270 fprintf(fpNew, 270 271 ";\n; %s file written by FM/2 v%d.%02d on %u/%u/%u %u:%02u:%02u\n;\n", 271 GetPString(IDS_ARCHIVERBB2),272 ARCHIVERBB2, 272 273 VERMAJOR, VERMINOR, 273 274 tm->tm_mon + 1, tm->tm_mday, tm->tm_year + 1900, … … 288 289 else { 289 290 // Write default header 290 fputs( GetPString(IDS_ARCHIVERBB2TEXT), fpNew);291 fputs(ARCHIVERBB2, fpNew); 291 292 } 292 293 pat = arcsighead; … … 914 915 PSZ ab2; 915 916 916 ab2 = searchpath( GetPString(IDS_ARCHIVERBB2)); // Rewrite without alerting917 ab2 = searchpath(ARCHIVERBB2); // Rewrite without alerting 917 918 rewrite_archiverbb2(ab2); 918 919 }
Note:
See TracChangeset
for help on using the changeset viewer.