aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc.xs
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/Zinc.xs')
-rw-r--r--Perl/Zinc.xs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Perl/Zinc.xs b/Perl/Zinc.xs
index 02df3c1..f062ef2 100644
--- a/Perl/Zinc.xs
+++ b/Perl/Zinc.xs
@@ -17,7 +17,7 @@
#include "tkGlue.m"
extern int
-RadarCmd(
+ZincCmd(
ClientData client_data,
Tcl_Interp* interp,
int argc,
@@ -40,14 +40,14 @@ MapInfoCmd(
DECLARE_VTABLES;
-MODULE = Tk::Radar PACKAGE = Tk::Radar
+MODULE = Tk::Zinc PACKAGE = Tk::Zinc
PROTOTYPES: DISABLE
BOOT:
{
IMPORT_VTABLES;
- Lang_TkCommand("radar", RadarCmd);
+ Lang_TkCommand("zinc", ZincCmd);
Lang_TkCommand("videomap", VideomapCmd);
Lang_TkCommand("mapinfo", MapInfoCmd);
}