Skip to content

Commit

Permalink
removed *again* mono.unix dependency....
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorithman committed Aug 5, 2016
1 parent 632efb9 commit 6c0a30a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected virtual void Build ()
// Container child vbox1.Gtk.Box+BoxChild
this.notebook1 = new global::Gtk.Notebook ();
this.notebook1.Name = "notebook1";
this.notebook1.CurrentPage = 2;
this.notebook1.CurrentPage = 0;
this.notebook1.ShowBorder = false;
this.notebook1.Scrollable = true;
// Container child notebook1.Gtk.Notebook+NotebookChild
Expand Down
1 change: 1 addition & 0 deletions SoundCenSe GTK/SoundCenSeGUI/SoundCenSeGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<CSharpFormattingPolicy IndentSwitchBody="True" IndentBlocksInsideExpressions="True" AnonymousMethodBraceStyle="NextLine" PropertyBraceStyle="NextLine" PropertyGetBraceStyle="NextLine" PropertySetBraceStyle="NextLine" EventBraceStyle="NextLine" EventAddBraceStyle="NextLine" EventRemoveBraceStyle="NextLine" StatementBraceStyle="NextLine" ElseNewLinePlacement="NewLine" CatchNewLinePlacement="NewLine" FinallyNewLinePlacement="NewLine" WhileNewLinePlacement="DoNotCare" ArrayInitializerWrapping="DoNotChange" ArrayInitializerBraceStyle="NextLine" BeforeMethodDeclarationParentheses="False" BeforeMethodCallParentheses="False" BeforeConstructorDeclarationParentheses="False" NewLineBeforeConstructorInitializerColon="NewLine" NewLineAfterConstructorInitializerColon="SameLine" BeforeDelegateDeclarationParentheses="False" NewParentheses="False" SpacesBeforeBrackets="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
<TextStylePolicy FileWidth="120" TabsToSpaces="False" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" />
</Policies>
<GtkDesignInfo generateGettext="False" />
</Properties>
</MonoDevelop>
</ProjectExtensions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ protected virtual void Build ()
// Container child hbox1.Gtk.Box+BoxChild
this.labelSoundName = new global::Gtk.Label ();
this.labelSoundName.Name = "labelSoundName";
this.labelSoundName.LabelProp = "";
this.labelSoundName.LabelProp = "label7";
this.hbox1.Add (this.labelSoundName);
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelSoundName]));
w3.Position = 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected virtual void Build ()
this.label1 = new global::Gtk.Label ();
this.label1.Name = "label1";
this.label1.Xalign = 0F;
this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("File");
this.label1.LabelProp = "File";
this.vbox2.Add (this.label1);
global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
w1.Position = 0;
Expand All @@ -77,7 +77,7 @@ protected virtual void Build ()
this.label2 = new global::Gtk.Label ();
this.label2.Name = "label2";
this.label2.Xalign = 0F;
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Remaining");
this.label2.LabelProp = "Remaining";
this.vbox2.Add (this.label2);
global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
w2.Position = 1;
Expand All @@ -87,7 +87,7 @@ protected virtual void Build ()
this.label3 = new global::Gtk.Label ();
this.label3.Name = "label3";
this.label3.Xalign = 0F;
this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Channel");
this.label3.LabelProp = "Channel";
this.vbox2.Add (this.label3);
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label3]));
w3.Position = 2;
Expand Down Expand Up @@ -202,7 +202,7 @@ protected virtual void Build ()
this.expander3.Add (this.DisablerTable);
this.GtkLabel2 = new global::Gtk.Label ();
this.GtkLabel2.Name = "GtkLabel2";
this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("Show played sounds");
this.GtkLabel2.LabelProp = "Show played sounds";
this.GtkLabel2.UseUnderline = true;
this.expander3.LabelWidget = this.GtkLabel2;
this.vbox1.Add (this.expander3);
Expand Down

0 comments on commit 6c0a30a

Please sign in to comment.