code/01rwdcore/openhelpwindow.rb in rwdgutenberg-0.12 vs code/01rwdcore/openhelpwindow.rb in rwdgutenberg-0.13

- old
+ new

@@ -1,6 +1,9 @@ +# Application RwdTinker orginally (c) 2004 Steven Gibson under GPL. # this code is to call the help window +# for RwdTinker core + def runhelpwindow $helptopicsarray = $helptopicsarray | ["applet_installation","applet_viewing","applet_tinkerbackeditconfiguration"] if @rwd_window == "main" if @rwd_tab == "documentsrwdtinkerone" @@ -27,5 +30,9 @@ $help_topic = inffile runhelpwindow end + +# Application RwdTinker orginally (c) 2004 Steven Gibson under GPL. +# this code is to call the help window +# for RwdTinker core