Merge pull request #78 from redfast00/master

Corrected a typo preventing the autorunning macro from automatically running
1.6
enigma0x3 2015-10-30 16:51:59 -04:00
commit 35fe5be817
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ class Stager:
macro = "Sub Auto_Open()\n"
macro += "\tDebugging\n"
macro += "End Sub\n\n"
macro = "Sub AutoOpen()\n"
macro += "\tDebugging\n"
macro += "End Sub\n\n"
macro += "Sub Document_Open()\n"
macro += "\tDebugging\n"
macro += "End Sub\n\n"