[Python-checkins] python/dist/src/Doc/ext windows.tex,1.10,1.11

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Jan 4 00:42:04 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26284

Modified Files:
	windows.tex 
Log Message:
Fix typo.


Index: windows.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/windows.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- windows.tex	30 Dec 2004 10:44:32 -0000	1.10
+++ windows.tex	3 Jan 2005 23:42:01 -0000	1.11
@@ -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}:



More information about the Python-checkins mailing list