Ignore:
Timestamp:
May 2, 2002, 5:17:26 PM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

File:
1 edited

Legend:

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

    r159 r161  
    31353135                            0,
    31363136                            { 150, SZL_AUTOSIZE },     // size
    3137                             5               // spacing
     3137                            COMMON_SPACING,
    31383138                         },
    31393139                Entry = {
     
    31453145                            0,
    31463146                            { 150, SZL_AUTOSIZE },     // size
    3147                             5               // spacing
     3147                            COMMON_SPACING,
    31483148                         },
    31493149                OKButton = {
     
    31553155                            0,
    31563156                            { STD_BUTTON_WIDTH, STD_BUTTON_HEIGHT },    // size
    3157                             5               // spacing
     3157                            COMMON_SPACING,
    31583158                         },
    31593159                CancelButton = {
     
    31653165                            0,
    31663166                            { STD_BUTTON_WIDTH, STD_BUTTON_HEIGHT },    // size
    3167                             5               // spacing
     3167                            COMMON_SPACING,
    31683168                         };
    31693169    DLGHITEM DlgTemplate[] =
     
    32173217    if (NO_ERROR == dlghCreateDlg(&hwndDlg,
    32183218                                  hwndOwner,
    3219                                   FCF_TITLEBAR | FCF_SYSMENU | FCF_DLGBORDER | FCF_NOBYTEALIGN,
     3219                                  FCF_FIXED_DLG,
    32203220                                  WinDefDlgProc,
    32213221                                  strTitle.psz,
Note: See TracChangeset for help on using the changeset viewer.