[Python-Dev] Small fix for windows.tex

Irmen de Jong irmen at xs4all.nl
Tue Jan 4 00:30:24 CET 2005


The current cvs docs failed to build for me, because of a small
misspelling in the windows.tex file. Here is a patch:

Index: Doc/ext/windows.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/windows.tex,v
retrieving revision 1.10
diff -u -r1.10 windows.tex
--- Doc/ext/windows.tex	30 Dec 2004 10:44:32 -0000	1.10
+++ Doc/ext/windows.tex	3 Jan 2005 23:28:20 -0000
@@ -163,8 +163,8 @@
      click OK.  (Inserting them one by one is fine too.)

      Now open the \menuselection{Project \sub spam properties} dialog.
-    You only need to change a few settings.  Make sure \guilable{All
-    Configurations} is selected from the \guilable{Settings for:}
+    You only need to change a few settings.  Make sure \guilabel{All
+    Configurations} is selected from the \guilabel{Settings for:}
      dropdown list.  Select the C/\Cpp{} tab.  Choose the General
      category in the popup menu at the top.  Type the following text in
      the entry box labeled \guilabel{Additional Include Directories}:



--Irmen


More information about the Python-Dev mailing list