Changeset 316 for branches/branch-1-0/src/helpers
- Timestamp:
- May 28, 2006, 5:31:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/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 … … 3627 3627 *@@changed V0.9.20 (2002-08-10) [umoeller]: fixed missing close button 3628 3628 *@@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 3629 3630 */ 3630 3631 … … 3807 3808 NULL, 3808 3809 pcszFont))) 3810 { 3811 // WarpIN V1.0.11 (2006-05-22) [pr] 3812 winhAddToTasklist(*phwndDlg, NULLHANDLE); 3809 3813 // added help callback V0.9.19 (2002-04-24) [umoeller] 3810 3814 WinSetWindowPtr(*phwndDlg, QWL_USER, (PVOID)pfnHelp); 3815 } 3811 3816 } 3812 3817
Note:
See TracChangeset
for help on using the changeset viewer.