13 lines
450 B
Text
13 lines
450 B
Text
$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:55 agc Exp $
|
|
|
|
--- ./xvpcd.c.org Wed Jul 2 23:59:27 1997
|
|
+++ ./xvpcd.c Thu Jul 3 00:17:25 1997
|
|
@@ -623,7 +623,7 @@
|
|
|
|
for (i=0; i<T_NBUTTS; i++) BTRedraw(&tbut[i]);
|
|
|
|
- ULineString(pcdW, "Resolution", resnRB->x-16, resnRB->y-10-DESCENT);
|
|
+ ULineString(pcdW, resnRB->x-16, resnRB->y-10-DESCENT, "Resolution");
|
|
RBRedraw(resnRB, -1);
|
|
|
|
XDrawString(theDisp, pcdW, theGC, 20, 19, title, strlen(title));
|