code/01rwdcore/openhelpwindow.rb in bigtinker-0.94 vs code/01rwdcore/openhelpwindow.rb in bigtinker-0.95
- 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