Changeset 316 for trunk/src/helpers/dialog.c
- Timestamp:
- May 28, 2006, 5:31:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/dialog.c
r297 r316 38 38 39 39 /* 40 * Copyright (C) 2001-200 5Ulrich Mller.40 * Copyright (C) 2001-2006 Ulrich Mller. 41 41 * This file is part of the "XWorkplace helpers" source package. 42 42 * This is free software; you can redistribute it and/or modify … … 3645 3645 *@@changed V0.9.20 (2002-08-10) [umoeller]: fixed missing close button 3646 3646 *@@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 3647 3648 */ 3648 3649 … … 3825 3826 NULL, 3826 3827 pcszFont))) 3828 { 3829 // WarpIN V1.0.11 (2006-05-22) [pr] 3830 winhAddToTasklist(*phwndDlg, NULLHANDLE); 3827 3831 // added help callback V0.9.19 (2002-04-24) [umoeller] 3828 3832 WinSetWindowPtr(*phwndDlg, QWL_USER, (PVOID)pfnHelp); 3833 } 3829 3834 } 3830 3835
Note:
See TracChangeset
for help on using the changeset viewer.