Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2012-11-23 15:53:26 +0400
committerLluis Sanchez <lluis@xamarin.com>2012-11-23 15:53:26 +0400
commit6f230ceb61ff5487598c4ce6f295dc80748557b0 (patch)
tree0272684a7948b43cfd5725dc3b9c1d0c8863c329 /Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
parent05bbe76d487e4edd58239d2886d0499ff1f044d8 (diff)
Rename ToolkitEngine to Toolkit
Diffstat (limited to 'Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs')
-rwxr-xr-xXwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs b/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
index b87c4c60..4689dbd0 100755
--- a/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
+++ b/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
@@ -137,7 +137,7 @@ namespace Xwt.GtkBackend
public void SetButtonType (ButtonType type)
{
Button b = (Button) Frontend;
- SetContent (b.Label, ToolkitEngine.GetBackend (b.Image), b.ImagePosition);
+ SetContent (b.Label, Toolkit.GetBackend (b.Image), b.ImagePosition);
}
public override void EnableEvent (object eventId)