-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Bruce's most recent checkin breaks the build (although it still seems to
work on Win32 - even though the problem is in XP code). Attached is a
patch to fix it.
sam th
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE4y2ENt+kM0Mq9M/wRAkEKAKCUd3Co+U76Qt2n8UsAV/1o0X0xhgCfbhUe
BfAfx7Z2ojmecRtS2zpi0+I=
=6jZZ
-----END PGP SIGNATURE-----
Index: src/wp/ap/xp/ap_TopRuler.cpp
===================================================================
RCS file: /cvsroot/abi/src/wp/ap/xp/ap_TopRuler.cpp,v
retrieving revision 1.63
diff -u -r1.63 ap_TopRuler.cpp
--- src/wp/ap/xp/ap_TopRuler.cpp 2000/03/12 04:15:27 1.63
+++ src/wp/ap/xp/ap_TopRuler.cpp 2000/03/12 09:16:19
@@ -32,7 +32,7 @@
#include "fv_View.h"
#include "ap_FrameData.h"
#include "ap_StatusBar.h"
-#include "AP_Strings.h"
+#include "ap_Strings.h"
// HACK: private copy of constants from fl_BlockLayout.h
// TODO: find a better way of passing iType for tabs?
Index: src/wp/ap/xp/ap_TopRuler.h
===================================================================
RCS file: /cvsroot/abi/src/wp/ap/xp/ap_TopRuler.h,v
retrieving revision 1.40
diff -u -r1.40 ap_TopRuler.h
--- src/wp/ap/xp/ap_TopRuler.h 2000/03/12 04:15:27 1.40
+++ src/wp/ap/xp/ap_TopRuler.h 2000/03/12 09:16:19
@@ -30,7 +30,7 @@
#include "ap_Ruler.h"
#include "ev_EditBits.h"
#include "gr_Graphics.h"
-#include "XAP_strings.h"
+#include "xap_Strings.h"
class XAP_App;
class XAP_Frame;