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
  • trunk/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
     
    36453645 *@@changed V0.9.20 (2002-08-10) [umoeller]: fixed missing close button
    36463646 *@@changed V1.0.0 (2002-08-16) [umoeller]: now using table alignment
     3647 *@@changed WarpIN V1.0.11 (2006-05-22) [pr]: add to Tasklist
    36473648 */
    36483649
     
    38253826                                      NULL,
    38263827                                      pcszFont)))
     3828            {
     3829                // WarpIN V1.0.11 (2006-05-22) [pr]
     3830                winhAddToTasklist(*phwndDlg, NULLHANDLE);
    38273831                // added help callback V0.9.19 (2002-04-24) [umoeller]
    38283832                WinSetWindowPtr(*phwndDlg, QWL_USER, (PVOID)pfnHelp);
     3833            }
    38293834        }
    38303835
Note: See TracChangeset for help on using the changeset viewer.