mturk 2003/05/09 00:25:43
Modified: daemon/src/native/nt/procrun procrun.rc
Log:
Make the progress display non tabstop.
Revision Changes Path
1.13 +1 -1 jakarta-commons-sandbox/daemon/src/native/nt/procrun/procrun.rc
Index: procrun.rc
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/nt/procrun/procrun.rc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- procrun.rc 8 May 2003 18:38:01 -0000 1.12
+++ procrun.rc 9 May 2003 07:25:43 -0000 1.13
@@ -149,7 +149,7 @@
FONT 8, "Microsoft Sans Serif", 400, 0, 0x0
BEGIN
LISTBOX IDL_INFO,7,126,217,9, LBS_NOINTEGRALHEIGHT |
- LBS_NOSEL | NOT WS_BORDER
+ LBS_NOSEL | NOT WS_BORDER | NOT LBS_USETABSTOPS
CONTROL IDB_BMPSPLASH,IDC_STATIC,"Static",SS_BITMAP |
SS_CENTERIMAGE,0,0,322,151
END
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|