Changeset 1121 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Aug 27, 2008, 2:07:20 AM (17 years ago)
Author:
Gregg Young
Message:

Require unique ID plus text and help strings for all tools save toolbar on button delete. (Tickets 264, 266 & 272)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1107 r1121  
    6666                18 Jul 08 SHL Use new Fortify feature to avoid spurious reports
    6767  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory
     68  26 Aug 08 GKY Require unique ID plus text and help strings for all tools save toolbar on button delete
    6869
    6970***********************************************************************/
     
    12401241      if (id)
    12411242        PostMsg(WinQueryWindow(hwnd, QW_PARENT), UM_SETUP,
    1242                 MPFROM2SHORT(id, 0), MPVOID);
     1243                MPFROM2SHORT(id, 0), MPVOID);
    12431244      return 0;
    12441245
     
    25582559        if (fToolTitles)
    25592560          WinShowWindow(WinWindowFromID(hwnd, id + 25000), FALSE);
    2560         ResizeTools(hwnd);
     2561        ResizeTools(hwnd);
     2562        save_tools(NULL);
    25612563      }
    25622564    }
Note: See TracChangeset for help on using the changeset viewer.