Files @ 991c95f4da74
Branch filter:

Location: ATITD-Tools/Desert-Paint-Lab/SimWindow.cs - annotation

Jason Maltzen
Add some logging, fix a bug finding the paint dialog.
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}