comparison FrmMain.cs @ 147:1bcd7ea857c4

* Switch to using a single icon for the FrmNewUnit warning icon to work around Mono vs .Net2 SP2 serialisation bug (https://bugzilla.novell.com/show_bug.cgi?id=360429) * Bump version to v0.1b8 for release no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 18 Apr 2010 15:11:02 +0000
parents 5d9d4c75305f
children 0ae6aff8c862
comparison
equal deleted inserted replaced
146:5d9d4c75305f 147:1bcd7ea857c4
34 /// Summary description for Form1. 34 /// Summary description for Form1.
35 /// </summary> 35 /// </summary>
36 public class FrmMain : System.Windows.Forms.Form 36 public class FrmMain : System.Windows.Forms.Form
37 { 37 {
38 private static readonly string AppTitle = "WarFoundry"; 38 private static readonly string AppTitle = "WarFoundry";
39 internal static readonly string VERSION = "0.1b8pre"; 39 internal static readonly string VERSION = "0.1b8";
40 const string DefaultDataDir = "data"; 40 const string DefaultDataDir = "data";
41 41
42 private Preferences preferences; 42 private Preferences preferences;
43 private readonly ILog log = LogManager.GetLogger(typeof(FrmMain)); 43 private readonly ILog log = LogManager.GetLogger(typeof(FrmMain));
44 44