Changeset 1395 for trunk/dll/avv.c


Ignore:
Timestamp:
Feb 8, 2009, 2:48:16 AM (17 years ago)
Author:
Gregg Young
Message:

Allow user to turn off alert and/or error beeps in settings notebook. Ticket 341 Move repeated strings to PCSZs. Ticket 6 Add *DateFormat functions to format dates based on locale Ticket 28 Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error Ticket 6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/avv.c

    r1394 r1395  
    267267    t = time(NULL);
    268268    tm = localtime(&t);
    269 
     269    //fixme to use DateFmt from locale
    270270    fprintf(fpNew,
    271271            ";\n; %s file written by FM/2 v%d.%02d on %u/%u/%u %u:%02u:%02u\n;\n",
Note: See TracChangeset for help on using the changeset viewer.