Ignore:
Timestamp:
May 28, 2006, 5:31:49 PM (19 years ago)
Author:
pr
Message:

Message Boxes now added to Tasklist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/dialog.c

    r297 r316  
    3838
    3939/*
    40  *      Copyright (C) 2001-2005 Ulrich M”ller.
     40 *      Copyright (C) 2001-2006 Ulrich M”ller.
    4141 *      This file is part of the "XWorkplace helpers" source package.
    4242 *      This is free software; you can redistribute it and/or modify
     
    36273627 *@@changed V0.9.20 (2002-08-10) [umoeller]: fixed missing close button
    36283628 *@@changed V1.0.0 (2002-08-16) [umoeller]: now using table alignment
     3629 *@@changed WarpIN V1.0.11 (2006-05-22) [pr]: add to Tasklist
    36293630 */
    36303631
     
    38073808                                      NULL,
    38083809                                      pcszFont)))
     3810            {
     3811                // WarpIN V1.0.11 (2006-05-22) [pr]
     3812                winhAddToTasklist(*phwndDlg, NULLHANDLE);
    38093813                // added help callback V0.9.19 (2002-04-24) [umoeller]
    38103814                WinSetWindowPtr(*phwndDlg, QWL_USER, (PVOID)pfnHelp);
     3815            }
    38113816        }
    38123817
Note: See TracChangeset for help on using the changeset viewer.