diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-01-03 23:42:34 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-01-03 23:42:34 (GMT) |
commit | b33a323c89171712217a848a448d930307491baf (patch) | |
tree | acba79b8cf2e110b75cac28e72e744dc9e046017 | |
parent | ee094c9e8c35a64bca01e15732470b15d508f978 (diff) | |
download | cpython-b33a323c89171712217a848a448d930307491baf.zip cpython-b33a323c89171712217a848a448d930307491baf.tar.gz cpython-b33a323c89171712217a848a448d930307491baf.tar.bz2 |
Fix typo.
-rw-r--r-- | Doc/ext/windows.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ext/windows.tex b/Doc/ext/windows.tex index 9dc7a58..a821094 100644 --- a/Doc/ext/windows.tex +++ b/Doc/ext/windows.tex @@ -163,8 +163,8 @@ Hello, world 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}: |