diff options
author | suke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-28 22:09:50 +0000 |
---|---|---|
committer | suke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-28 22:09:50 +0000 |
commit | 660bc2167537f7b2721914b2d8fa48039db634cd (patch) | |
tree | bcb44015e7890c5a148ff4708d2ba5a3579d4f57 | |
parent | 12d1445703357fd15f164baf6f0491cb52356a22 (diff) |
* ext/win32ole/win32ole.c (fole_s_show_help): fixed the comment
of WIN32OLE.ole_show_help usage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/win32ole/win32ole.c | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Sat Aug 29 07:03:26 2009 Masaki Suketa <[email protected]> + + * ext/win32ole/win32ole.c (fole_s_show_help): fixed the comment + of WIN32OLE.ole_show_help usage. + Wed Aug 26 19:17:47 2009 Kazuhiro NISHIYAMA <[email protected]> * lib/test/unit/collector/dir.rb: $: bug fix. [ruby-core:24115] diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c index e5807ec9dc..c58595bb41 100644 --- a/ext/win32ole/win32ole.c +++ b/ext/win32ole/win32ole.c @@ -1870,8 +1870,7 @@ ole_show_help(helpfile, helpcontext) * Displays helpfile. The 1st argument specifies WIN32OLE_TYPE * object or WIN32OLE_METHOD object or helpfile. * - * excel = WIN32OLE.new('Excel.Application') - * typeobj = excel.ole_type + * typeobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Application') * WIN32OLE.ole_show_help(typeobj) */ static VALUE |