http://bugzilla.novell.com/show_bug.cgi?id=551051

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=551051#c1





--- Comment #1 from Glenn Curtis <[email protected]>  2009-10-29 12:05:43 MDT 
---
Just to be clear.. we do already call the following in our main()

        private static void Main(string[] args)
        {
            string sConsoleFile = null;

            if (args.Length == 1 && !args[0].StartsWith("--"))
                sConsoleFile = args[0];

            // Enable themes
            Application.EnableVisualStyles();
..

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to