From 660bc2167537f7b2721914b2d8fa48039db634cd Mon Sep 17 00:00:00 2001 From: suke Date: Fri, 28 Aug 2009 22:09:50 +0000 Subject: * 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 --- ChangeLog | 5 +++++ ext/win32ole/win32ole.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd1ac4e736..3d6dbdf720 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Aug 29 07:03:26 2009 Masaki Suketa + + * 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 * 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 -- cgit v1.2.3