Changeset 1673 for trunk/dll/comp.c


Ignore:
Timestamp:
Dec 30, 2012, 7:51:01 PM (13 years ago)
Author:
Gregg Young
Message:

Update to Doxygen comment style Ticket 55. Also some minor code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/comp.c

    r1670 r1673  
    15691569        memset(&fb4, 0, sizeof(fb4));
    15701570        fp = xfopen(cmp->rightlist, moder, pszSrcFile, __LINE__, FALSE);
    1571         /*if (!fp)
    1572           Runtime_Error(pszSrcFile, __LINE__, "can not open %s (%d)",
    1573                         cmp->rightlist, errno);*/
    15741571        if (fp) {
    15751572          while (!feof(fp)) {
     
    21372134
    21382135  if (!fEnable) {
    2139     /* Disable before */
     2136    // Disable before
    21402137    WinEnableWindowUpdate(hwndLeft, fEnable);
    21412138    WinEnableWindowUpdate(hwndRight, fEnable);
     
    21442141  WinEnableWindow(hwndRight, fEnable);
    21452142  if (fEnable) {
    2146     /* Enable after */
     2143    // Enable after
    21472144    WinEnableWindowUpdate(hwndLeft, fEnable);
    21482145    WinEnableWindowUpdate(hwndRight, fEnable);
     
    21502147
    21512148  WinEnableWindow(WinWindowFromID(hwnd, DID_OK), fEnable);
    2152   // WinEnableWindow(WinWindowFromID(hwnd, DID_CANCEL), fEnable);
    21532149  WinEnableWindow(WinWindowFromID(hwnd, COMP_COLLECT), fEnable);
    21542150  WinEnableWindow(WinWindowFromID(hwnd, IDM_SELECTBOTH), fEnable);
     
    22482244
    22492245        for (x = 0; ids[x]; x++) {
    2250           //fixme to allow user to change presparams 1-10-09 GKY
    22512246          sprintf(s, "CompDir%i", ids[x]);
    22522247          RestorePresParams(WinWindowFromID(hwnd, ids[x]), s);
    2253           /*SetPresParams(WinWindowFromID(hwnd, ids[x]),
    2254                         &RGBGREY,
    2255                         &RGBBLACK, &RGBBLACK, FNT_8HELVETICA);*/
    22562248        }
    22572249      }
Note: See TracChangeset for help on using the changeset viewer.