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 Gual <lluis@MacBook-Air-de-Lluis.local>2012-09-27 19:39:48 +0400
committerLluis Sanchez Gual <lluis@MacBook-Air-de-Lluis.local>2012-09-27 19:39:48 +0400
commitc5e13bfec990a6c305e36b30fe54714c3c17b29c (patch)
treecfd37dd8d1bf74380e5fbec80c412e4f3f8977c6 /Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
parentc769c7afd423c660283e4c49d55ada769106f012 (diff)
parent92b85a59a15ecb6d9880976a7af74888b3f2ff53 (diff)
On master: Multi toolkit changes
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 dabbebd5..b599d453 100755
--- a/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
+++ b/Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs
@@ -136,7 +136,7 @@ namespace Xwt.GtkBackend
public void SetButtonType (ButtonType type)
{
Button b = (Button) Frontend;
- SetContent (b.Label, WidgetRegistry.MainRegistry.GetBackend (b.Image), b.ImagePosition);
+ SetContent (b.Label, ToolkitEngine.GetBackend (b.Image), b.ImagePosition);
}
public override void EnableEvent (object eventId)