diff options
-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 |