code/01rwdcore/openhelpwindow.rb in rubyslippers-1.06 vs code/01rwdcore/openhelpwindow.rb in rubyslippers-1.07
- old
+ new
@@ -1,7 +1,7 @@
# this code is to call the help window
def runhelpwindow
- $helptopicsarray = $helptopicsarray | ["applet_installation","applet_viewing","applet_tinkerbackeditconfiguration","remote_control"]
+ $helptopicsarray = $helptopicsarray | ["applet_installation","applet_viewing","applet_tinkerbackeditconfiguration"]
if @rwd_window == "main"
if @rwd_tab == "documentsrwdtinkerone"
$help_topic = "documents_rwdtinker"
end