Changeset 316
- Timestamp:
 - May 28, 2006, 5:31:49 PM (19 years ago)
 - Files:
 - 
      
- 2 edited
 
- 
          
  branches/branch-1-0/src/helpers/dialog.c (modified) (3 diffs)
 - 
          
  trunk/src/helpers/dialog.c (modified) (3 diffs)
 
 
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  - 
      
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.
  