confwiz: make opening the welcome page options, off by default on windows, on on mac

This commit is contained in:
robk-tahoe
2008-02-15 00:11:23 -07:00
parent b101d9cbcf
commit d293240bfb
3 changed files with 9 additions and 7 deletions

View File

@ -2,4 +2,4 @@ import sys
from allmydata.gui.confwiz import main
if __name__ == '__main__':
main(sys.argv)
main(sys.argv, open_welcome_page=False)