summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2017-11-25 03:49:04 (GMT)
committerKevin Walzer <kw@codebykevin.com>2017-11-25 03:49:04 (GMT)
commitcad96e2d77757feeed88a2e7974f8221cf4e393e (patch)
tree9c3e1ffb27ca43924a4fb67222d379aa17248e89 /macosx/tkMacOSXInit.c
parent47e2a01f19fcb341ee2ec3e56c737ed55e208007 (diff)
downloadtk-cad96e2d77757feeed88a2e7974f8221cf4e393e.zip
tk-cad96e2d77757feeed88a2e7974f8221cf4e393e.tar.gz
tk-cad96e2d77757feeed88a2e7974f8221cf4e393e.tar.bz2
Fix name for SetApplicationIcon function that had an incorrect name in the function description
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r--macosx/tkMacOSXInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c
index 2559611..c695ca8 100644
--- a/macosx/tkMacOSXInit.c
+++ b/macosx/tkMacOSXInit.c
@@ -236,7 +236,7 @@ static void keyboardChanged(CFNotificationCenterRef center, void *observer, CFSt
/*
*----------------------------------------------------------------------
*
- * DoWindowActivate --
+ * SetApplicationIcon --
*
* Idle handler that sets the application icon to the generic Tk icon.
*