summaryrefslogtreecommitdiffstats
path: root/win/tkWinConfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tkWinConfig.c')
-rw-r--r--win/tkWinConfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tkWinConfig.c b/win/tkWinConfig.c
index 6cda300..e2f8ac1 100644
--- a/win/tkWinConfig.c
+++ b/win/tkWinConfig.c
@@ -4,7 +4,7 @@
* This module implements the Windows system defaults for the
* configuration package.
*
- * Copyright (c) 1997 Sun Microsystems, Inc.
+ * Copyright © 1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -16,7 +16,7 @@
/*
*----------------------------------------------------------------------
*
- * TkpGetSystemDefault --
+ * Tk_GetSystemDefault --
*
* Given a dbName and className for a configuration option, return a
* string representation of the option.
@@ -33,7 +33,7 @@
*/
Tcl_Obj *
-TkpGetSystemDefault(
+Tk_GetSystemDefault(
Tk_Window tkwin, /* A window to use. */
const char *dbName, /* The option database name. */
const char *className) /* The name of the option class. */