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.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/GdiTest/gtk-gui/MainWindow.cs b/GdiTest/gtk-gui/MainWindow.cs
index 9e66c0e..19a9ca4 100644
--- a/GdiTest/gtk-gui/MainWindow.cs
+++ b/GdiTest/gtk-gui/MainWindow.cs
@@ -71,13 +71,7 @@ public partial class MainWindow
w4.Y = 30;
// Container child mainFixedContainer.Gtk.Fixed+FixedChild
this.testComboBox = global::Gtk.ComboBox.NewText ();
- this.testComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("BitBlt"));
- this.testComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("LineTo"));
- this.testComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("PolylineTo"));
- this.testComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Ellipse"));
- this.testComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Polygon"));
this.testComboBox.Name = "testComboBox";
- this.testComboBox.Active = 0;
this.mainFixedContainer.Add (this.testComboBox);
global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.mainFixedContainer[this.testComboBox]));
w5.X = 79;