Ignore:
Timestamp:
Apr 14, 2002, 1:42:05 AM (23 years ago)
Author:
umoeller
Message:

Lots of changes from the last three weeks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dialog.c

    r146 r153  
    226226 *
    227227 ********************************************************************/
    228 
    229 #define PM_GROUP_SPACING_X          16
    230 #define PM_GROUP_SPACING_TOP        16
    231228
    232229static APIRET ProcessTable(PTABLEDEF pTableDef,
     
    15671564
    15681565                pCurrentRow = NULL;
    1569             break; }
     1566            }
     1567            break;
    15701568
    15711569            /*
     
    15951593                    }
    15961594                }
    1597             break; }
     1595            }
     1596            break;
    15981597
    15991598            /*
     
    16111610                    lstAppendItem(&pCurrentRow->llColumns,
    16121611                                  pColumnDef);
    1613             break; }
     1612            }
     1613            break;
    16141614
    16151615            /*
     
    16321632                    lstRemoveNode(&llStack, pNode);
    16331633                }
    1634             break; }
     1634            }
     1635            break;
    16351636
    16361637            default:
Note: See TracChangeset for help on using the changeset viewer.