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

github.com/FreeRDP/GdiTest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GdiTest/gtk-gui/MainWindow.cs')
-rw-r--r--GdiTest/gtk-gui/MainWindow.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/GdiTest/gtk-gui/MainWindow.cs b/GdiTest/gtk-gui/MainWindow.cs
index a996874..312714e 100644
--- a/GdiTest/gtk-gui/MainWindow.cs
+++ b/GdiTest/gtk-gui/MainWindow.cs
@@ -73,6 +73,7 @@ public partial class MainWindow
this.testComboBox = global::Gtk.ComboBox.NewText ();
this.testComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("LineTo"));
this.testComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("BitBlt"));
+ this.testComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Ellipse"));
this.testComboBox.Name = "testComboBox";
this.testComboBox.Active = 0;
this.mainFixedContainer.Add (this.testComboBox);