diff doc/PERL-HOWTO.dox @ 10814:364a2ef907ae

[gaim-migrate @ 12468] same thing here, changing to consistently using GTK+, by rlaager committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 12:24:47 +0000
parents f53c59c95f03
children 93258e8fb6d2
line wrap: on
line diff
--- a/doc/PERL-HOWTO.dox	Mon Apr 11 12:11:11 2005 +0000
+++ b/doc/PERL-HOWTO.dox	Mon Apr 11 12:24:47 2005 +0000
@@ -12,7 +12,7 @@
   plugin, and appears in the list of plugins in Gaim's preferences pane.
   Until now, they have been very basic, and consisted of only a few
   functions. However, with the latest changes to Gaim's perl API, a much
-  larger part of Gaim is now open. In time, even such things as Gtk+
+  larger part of Gaim is now open. In time, even such things as GTK+
   preference panes for perl scripts will be possible.
 
  @section first-script Writing your first perl script
@@ -62,7 +62,7 @@
 
   The first thing you see is a hash called @c @%PLUGIN_INFO. It contains
   the basic information on your plugin. In the future, additional fields
-  may be allowed, such as ones to setup a Gtk+ preferences pane.
+  may be allowed, such as ones to setup a GTK+ preferences pane.
 
   The @c plugin_init function is required in all perl scripts. Its job
   is to return the @c @%PLUGIN_INFO hash, which Gaim will use to register