unhacking IChromeButton.

This commit is contained in:
alzeih
2010-07-20 22:05:23 +12:00
parent 846971836a
commit 795da1b088
14 changed files with 176 additions and 155 deletions

View File

@@ -13,7 +13,7 @@ using System.Drawing;
namespace OpenRA.Widgets
{
class ButtonWidget : Widget
public class ButtonWidget : Widget
{
public string Text = "";
public bool Bold = false;