Skip to content

Commit 6c0a30a

Browse files
committed
removed *again* mono.unix dependency....
1 parent 632efb9 commit 6c0a30a

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

SoundCenSe GTK/SoundCenSeGTK/gtk-gui/SoundCenSeGTK.MainWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected virtual void Build ()
101101
// Container child vbox1.Gtk.Box+BoxChild
102102
this.notebook1 = new global::Gtk.Notebook ();
103103
this.notebook1.Name = "notebook1";
104-
this.notebook1.CurrentPage = 2;
104+
this.notebook1.CurrentPage = 0;
105105
this.notebook1.ShowBorder = false;
106106
this.notebook1.Scrollable = true;
107107
// Container child notebook1.Gtk.Notebook+NotebookChild

SoundCenSe GTK/SoundCenSeGUI/SoundCenSeGUI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<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" />
6767
<TextStylePolicy FileWidth="120" TabsToSpaces="False" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" />
6868
</Policies>
69+
<GtkDesignInfo generateGettext="False" />
6970
</Properties>
7071
</MonoDevelop>
7172
</ProjectExtensions>

SoundCenSe GTK/SoundCenSeGUI/gtk-gui/SoundCenSeGUI.SoundDisabler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected virtual void Build ()
3737
// Container child hbox1.Gtk.Box+BoxChild
3838
this.labelSoundName = new global::Gtk.Label ();
3939
this.labelSoundName.Name = "labelSoundName";
40-
this.labelSoundName.LabelProp = "";
40+
this.labelSoundName.LabelProp = "label7";
4141
this.hbox1.Add (this.labelSoundName);
4242
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelSoundName]));
4343
w3.Position = 1;

SoundCenSe GTK/SoundCenSeGUI/gtk-gui/SoundCenSeGUI.SoundPanelEntry.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected virtual void Build ()
6767
this.label1 = new global::Gtk.Label ();
6868
this.label1.Name = "label1";
6969
this.label1.Xalign = 0F;
70-
this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("File");
70+
this.label1.LabelProp = "File";
7171
this.vbox2.Add (this.label1);
7272
global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
7373
w1.Position = 0;
@@ -77,7 +77,7 @@ protected virtual void Build ()
7777
this.label2 = new global::Gtk.Label ();
7878
this.label2.Name = "label2";
7979
this.label2.Xalign = 0F;
80-
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Remaining");
80+
this.label2.LabelProp = "Remaining";
8181
this.vbox2.Add (this.label2);
8282
global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
8383
w2.Position = 1;
@@ -87,7 +87,7 @@ protected virtual void Build ()
8787
this.label3 = new global::Gtk.Label ();
8888
this.label3.Name = "label3";
8989
this.label3.Xalign = 0F;
90-
this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Channel");
90+
this.label3.LabelProp = "Channel";
9191
this.vbox2.Add (this.label3);
9292
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label3]));
9393
w3.Position = 2;
@@ -202,7 +202,7 @@ protected virtual void Build ()
202202
this.expander3.Add (this.DisablerTable);
203203
this.GtkLabel2 = new global::Gtk.Label ();
204204
this.GtkLabel2.Name = "GtkLabel2";
205-
this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("Show played sounds");
205+
this.GtkLabel2.LabelProp = "Show played sounds";
206206
this.GtkLabel2.UseUnderline = true;
207207
this.expander3.LabelWidget = this.GtkLabel2;
208208
this.vbox1.Add (this.expander3);

0 commit comments

Comments
 (0)