summaryrefslogtreecommitdiffstats
path: root/macosx/README
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-27 11:12:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-27 11:12:01 (GMT)
commitc7c7d22777da93312e8351f289c0eae3253889c7 (patch)
tree0c6af3e83a24e865135704b4e3aaf230c769b3de /macosx/README
parent1a9ed03cff3ca2e3ce2fba690a478d0651c55d12 (diff)
downloadtk-c7c7d22777da93312e8351f289c0eae3253889c7.zip
tk-c7c7d22777da93312e8351f289c0eae3253889c7.tar.gz
tk-c7c7d22777da93312e8351f289c0eae3253889c7.tar.bz2
tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell32.dll" is already linked to Tk.
Also various whitespace changes (mainly at line-ends) and comment fixes. Nothing functional.
Diffstat (limited to 'macosx/README')
-rw-r--r--macosx/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/README b/macosx/README
index c796396..13b5e66 100644
--- a/macosx/README
+++ b/macosx/README
@@ -391,7 +391,7 @@ The Makefile variables TCL_FRAMEWORK_DIR and TCLSH_DIR were added with Tk 8.4.3.
4. Details regarding the macOS port of Tk.
-------------------------------------------
-
+
4.1 About the event loop
~~~~~~~~~~~~~~~~~~~~~~~~