File: cmisc.patch

package info (click to toggle)
xtrkcad 20060529-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,200 kB
  • ctags: 7,866
  • sloc: ansic: 74,430; makefile: 1,127; sh: 298
file content (21 lines) | stat: -rw-r--r-- 782 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21


--- cmisc.c 2005-05-13 17:52:24.584869184 -0400
+++ cmisc-new.c 2005-05-13 17:53:43.114930800 -0400
@@ -291,7 +291,13 @@
descUpdateFunc = update;
describeW_posy = 0;
if ( describePG.win == NULL ) {
- ParamCreateDialog( &describePG, "Description", "Done", DescOk, NULL, TRUE,
DescribeLayout, F_RECALLPOS, DescribeUpdate );
+ /* SDB 5.13.2005 */
+ ParamCreateDialog( &describePG, "Description", "Done", DescOk,
+ (paramActionCancelProc) DescribeCancel,
+ TRUE, DescribeLayout, F_RECALLPOS,
+ DescribeUpdate );
+
+ /* ParamCreateDialog( &describePG, "Description", "Done", DescOk, NULL,
TRUE, DescribeLayout, F_RECALLPOS, DescribeUpdate ); */
describeCmdButtonEnd = wControlBelow( (wControl_p)describePG.helpB );
}
for ( inx=0; inx<sizeof describePLs/sizeof describePLs[0]; inx++ ) {