code/superant.com.gutenberg/runbackwindow.rb in rwdgutenberg-0.09 vs code/superant.com.gutenberg/runbackwindow.rb in rwdgutenberg-0.12
- old
+ new
@@ -1,10 +1,16 @@
-# Application RwdAddresses orginally (c) 2004 Steven Gibson under GPL.
-# This application is a contact book
-# For more information about see http://www.rubyforge.net/projects/rwdapplications
-
- # call the window
- def runrwdgutenbergbackwindow
- @rwd_window = "rwdgutenbergwindow"
- @rwd_tab = "superantcomgutenbergfile"
- end
-
\ No newline at end of file
+# Application RwdAddresses orginally (c) 2004 Steven Gibson under GPL.
+# This application is a contact book
+# For more info see http://www.rubyforge.net/projects/rwdapplications
+
+ # call the window
+ def runrwdgutenbergwindow
+ @rwd_window = "rwdgutenbergwindow"
+ @rwd_tab = "rwdgutenbergedit"
+
+ end
+
+ def rungutenbergbackwindow
+ @rwd_window = "rwdgutenbergbackwindow"
+ @rwd_tab = "superantcomgutenbergfile"
+ end
+