Changeset 297 for branches/branch-1-0/src/helpers/cctl_tooltip.c
- Timestamp:
- Oct 9, 2005, 3:11:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/cctl_tooltip.c
r256 r297 15 15 16 16 /* 17 * Copyright (C) 1997-200 2Ulrich Mller.17 * Copyright (C) 1997-2005 Ulrich Mller. 18 18 * This file is part of the "XWorkplace helpers" source package. 19 19 * This is free software; you can redistribute it and/or modify … … 1967 1967 } 1968 1968 } 1969 CATCH(excpt1) {} END_CATCH(); 1969 CATCH(excpt1) 1970 { 1971 mrc = 0; // XWP V1.0.4 (2005-10-09) [pr] 1972 } 1973 END_CATCH(); 1970 1974 1971 1975 return mrc; 1972 1976 } 1973 1977 1974
Note:
See TracChangeset
for help on using the changeset viewer.