aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-04-07 17:09:34 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-04-07 17:09:34 +0300
commita70bb2a7899c96197d2850ca38a78048a46da6f2 (patch)
tree5795c5c47f7842792ebfaa486a984fa4e32e6245
parent6f614dad468b4fa6ad55ae0a0f5036844fa087e0 (diff)
downloadMundus-a70bb2a7899c96197d2850ca38a78048a46da6f2.tar
Mundus-a70bb2a7899c96197d2850ca38a78048a46da6f2.tar.gz
Mundus-a70bb2a7899c96197d2850ca38a78048a46da6f2.zip
Fixed project (executable can now run on windows) and added an executable
-rw-r--r--Mundus Build 07-04-2020.exebin0 -> 516096 bytes
-rw-r--r--Mundus/Mundus.csproj1
-rw-r--r--Mundus/gtk-gui/Mundus.Views.Dialogs.ExitDialog.cs10
-rw-r--r--Mundus/gtk-gui/Mundus.Views.Windows.CraftingWindow.cs18
-rw-r--r--Mundus/gtk-gui/Mundus.Views.Windows.LargeGameWindow.cs2
-rw-r--r--Mundus/gtk-gui/Mundus.Views.Windows.MainWindow.cs10
-rw-r--r--Mundus/gtk-gui/Mundus.Views.Windows.MediumGameWindow.cs2
-rw-r--r--Mundus/gtk-gui/Mundus.Views.Windows.MusicWindow.cs18
-rw-r--r--Mundus/gtk-gui/Mundus.Views.Windows.NewGameWindow.cs42
-rw-r--r--Mundus/gtk-gui/Mundus.Views.Windows.PauseWindow.cs14
-rw-r--r--Mundus/gtk-gui/Mundus.Views.Windows.SettingsWindow.cs6
-rw-r--r--Mundus/gtk-gui/Mundus.Views.Windows.SmallGameWindow.cs32
12 files changed, 77 insertions, 78 deletions
diff --git a/Mundus Build 07-04-2020.exe b/Mundus Build 07-04-2020.exe
new file mode 100644
index 0000000..b877774
--- /dev/null
+++ b/Mundus Build 07-04-2020.exe
Binary files differ
diff --git a/Mundus/Mundus.csproj b/Mundus/Mundus.csproj
index 8a335fc..8cc14c9 100644
--- a/Mundus/Mundus.csproj
+++ b/Mundus/Mundus.csproj
@@ -46,7 +46,6 @@
<Reference Include="atk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
</Reference>
- <Reference Include="Mono.Posix" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="gtk-gui\gui.stetic">
diff --git a/Mundus/gtk-gui/Mundus.Views.Dialogs.ExitDialog.cs b/Mundus/gtk-gui/Mundus.Views.Dialogs.ExitDialog.cs
index 268d1ea..b5c946a 100644
--- a/Mundus/gtk-gui/Mundus.Views.Dialogs.ExitDialog.cs
+++ b/Mundus/gtk-gui/Mundus.Views.Dialogs.ExitDialog.cs
@@ -26,8 +26,8 @@ namespace Mundus.Views.Dialogs
this.lblMessage = new global::Gtk.Label();
this.lblMessage.HeightRequest = 50;
this.lblMessage.Name = "lblMessage";
- this.lblMessage.LabelProp = global::Mono.Unix.Catalog.GetString("You haven\'t saved for {number} of seconds. Are you sure you want to exit without " +
- "saving?");
+ this.lblMessage.LabelProp = "You haven\'t saved for {number} of seconds. Are you sure you want to exit without " +
+ "saving?";
w1.Add(this.lblMessage);
global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1[this.lblMessage]));
w2.Position = 0;
@@ -45,7 +45,7 @@ namespace Mundus.Views.Dialogs
this.btnCancel.CanFocus = true;
this.btnCancel.Name = "btnCancel";
this.btnCancel.UseUnderline = true;
- this.btnCancel.Label = global::Mono.Unix.Catalog.GetString("Cancel");
+ this.btnCancel.Label = "Cancel";
this.AddActionWidget(this.btnCancel, -6);
global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3[this.btnCancel]));
w4.Expand = false;
@@ -56,7 +56,7 @@ namespace Mundus.Views.Dialogs
this.btnSave.CanFocus = true;
this.btnSave.Name = "btnSave";
this.btnSave.UseUnderline = true;
- this.btnSave.Label = global::Mono.Unix.Catalog.GetString("Save & Exit");
+ this.btnSave.Label = "Save & Exit";
this.AddActionWidget(this.btnSave, -3);
global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3[this.btnSave]));
w5.Position = 1;
@@ -67,7 +67,7 @@ namespace Mundus.Views.Dialogs
this.btnExit.CanFocus = true;
this.btnExit.Name = "btnExit";
this.btnExit.UseUnderline = true;
- this.btnExit.Label = global::Mono.Unix.Catalog.GetString("Exit without saving");
+ this.btnExit.Label = "Exit without saving";
this.AddActionWidget(this.btnExit, -2);
global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3[this.btnExit]));
w6.Position = 2;
diff --git a/Mundus/gtk-gui/Mundus.Views.Windows.CraftingWindow.cs b/Mundus/gtk-gui/Mundus.Views.Windows.CraftingWindow.cs
index bbc8d6c..3e409bd 100644
--- a/Mundus/gtk-gui/Mundus.Views.Windows.CraftingWindow.cs
+++ b/Mundus/gtk-gui/Mundus.Views.Windows.CraftingWindow.cs
@@ -65,7 +65,7 @@ namespace Mundus.Views.Windows
global::Stetic.Gui.Initialize(this);
// Widget Mundus.Views.Windows.CraftingWindow
this.Name = "Mundus.Views.Windows.CraftingWindow";
- this.Title = global::Mono.Unix.Catalog.GetString("CraftingWindow");
+ this.Title = "CraftingWindow";
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
// Container child Mundus.Views.Windows.CraftingWindow.Gtk.Container+ContainerChild
this.tbUI = new global::Gtk.Table(((uint)(11)), ((uint)(7)), false);
@@ -77,7 +77,7 @@ namespace Mundus.Views.Windows
this.btnCraft.CanFocus = true;
this.btnCraft.Name = "btnCraft";
this.btnCraft.UseUnderline = true;
- this.btnCraft.Label = global::Mono.Unix.Catalog.GetString("Craft");
+ this.btnCraft.Label = "Craft";
this.tbUI.Add(this.btnCraft);
global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnCraft]));
w1.TopAttach = ((uint)(9));
@@ -92,7 +92,7 @@ namespace Mundus.Views.Windows
this.btnNext.CanFocus = true;
this.btnNext.Name = "btnNext";
this.btnNext.UseUnderline = true;
- this.btnNext.Label = global::Mono.Unix.Catalog.GetString("Next");
+ this.btnNext.Label = "Next";
this.tbUI.Add(this.btnNext);
global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnNext]));
w2.TopAttach = ((uint)(7));
@@ -109,7 +109,7 @@ namespace Mundus.Views.Windows
this.btnPrev.CanFocus = true;
this.btnPrev.Name = "btnPrev";
this.btnPrev.UseUnderline = true;
- this.btnPrev.Label = global::Mono.Unix.Catalog.GetString("Prev");
+ this.btnPrev.Label = "Prev";
this.tbUI.Add(this.btnPrev);
global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnPrev]));
w3.TopAttach = ((uint)(7));
@@ -356,7 +356,7 @@ namespace Mundus.Views.Windows
// Container child tbUI.Gtk.Table+TableChild
this.lblC1 = new global::Gtk.Label();
this.lblC1.Name = "lblC1";
- this.lblC1.LabelProp = global::Mono.Unix.Catalog.GetString("0");
+ this.lblC1.LabelProp = "0";
this.lblC1.Justify = ((global::Gtk.Justification)(2));
this.tbUI.Add(this.lblC1);
global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblC1]));
@@ -369,7 +369,7 @@ namespace Mundus.Views.Windows
// Container child tbUI.Gtk.Table+TableChild
this.lblC2 = new global::Gtk.Label();
this.lblC2.Name = "lblC2";
- this.lblC2.LabelProp = global::Mono.Unix.Catalog.GetString("0");
+ this.lblC2.LabelProp = "0";
this.lblC2.Justify = ((global::Gtk.Justification)(2));
this.tbUI.Add(this.lblC2);
global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblC2]));
@@ -382,7 +382,7 @@ namespace Mundus.Views.Windows
// Container child tbUI.Gtk.Table+TableChild
this.lblC3 = new global::Gtk.Label();
this.lblC3.Name = "lblC3";
- this.lblC3.LabelProp = global::Mono.Unix.Catalog.GetString("0");
+ this.lblC3.LabelProp = "0";
this.tbUI.Add(this.lblC3);
global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblC3]));
w24.TopAttach = ((uint)(3));
@@ -394,7 +394,7 @@ namespace Mundus.Views.Windows
// Container child tbUI.Gtk.Table+TableChild
this.lblC4 = new global::Gtk.Label();
this.lblC4.Name = "lblC4";
- this.lblC4.LabelProp = global::Mono.Unix.Catalog.GetString("0");
+ this.lblC4.LabelProp = "0";
this.lblC4.Justify = ((global::Gtk.Justification)(2));
this.tbUI.Add(this.lblC4);
global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblC4]));
@@ -407,7 +407,7 @@ namespace Mundus.Views.Windows
// Container child tbUI.Gtk.Table+TableChild
this.lblC5 = new global::Gtk.Label();
this.lblC5.Name = "lblC5";
- this.lblC5.LabelProp = global::Mono.Unix.Catalog.GetString("0");
+ this.lblC5.LabelProp = "0";
this.lblC5.Justify = ((global::Gtk.Justification)(2));
this.tbUI.Add(this.lblC5);
global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblC5]));
diff --git a/Mundus/gtk-gui/Mundus.Views.Windows.LargeGameWindow.cs b/Mundus/gtk-gui/Mundus.Views.Windows.LargeGameWindow.cs
index 30d1e62..1175878 100644
--- a/Mundus/gtk-gui/Mundus.Views.Windows.LargeGameWindow.cs
+++ b/Mundus/gtk-gui/Mundus.Views.Windows.LargeGameWindow.cs
@@ -9,7 +9,7 @@ namespace Mundus.Views.Windows
global::Stetic.Gui.Initialize(this);
// Widget Mundus.Views.Windows.LargeGameWindow
this.Name = "Mundus.Views.Windows.LargeGameWindow";
- this.Title = global::Mono.Unix.Catalog.GetString("LargeGameWindow");
+ this.Title = "LargeGameWindow";
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
if ((this.Child != null))
{
diff --git a/Mundus/gtk-gui/Mundus.Views.Windows.MainWindow.cs b/Mundus/gtk-gui/Mundus.Views.Windows.MainWindow.cs
index c67108b..7ef6476 100644
--- a/Mundus/gtk-gui/Mundus.Views.Windows.MainWindow.cs
+++ b/Mundus/gtk-gui/Mundus.Views.Windows.MainWindow.cs
@@ -23,7 +23,7 @@ namespace Mundus.Views.Windows
global::Stetic.Gui.Initialize(this);
// Widget Mundus.Views.Windows.MainWindow
this.Name = "Mundus.Views.Windows.MainWindow";
- this.Title = global::Mono.Unix.Catalog.GetString("Mundus");
+ this.Title = "Mundus";
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
this.Resizable = false;
this.AllowGrow = false;
@@ -58,7 +58,7 @@ namespace Mundus.Views.Windows
this.btnLoadGame.UseUnderline = true;
this.btnLoadGame.Xalign = 0.49F;
this.btnLoadGame.BorderWidth = ((uint)(7));
- this.btnLoadGame.Label = global::Mono.Unix.Catalog.GetString("Load Game");
+ this.btnLoadGame.Label = "Load Game";
this.vboxUI.Add(this.btnLoadGame);
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vboxUI[this.btnLoadGame]));
w3.Position = 2;
@@ -70,7 +70,7 @@ namespace Mundus.Views.Windows
this.btnNewGame.Name = "btnNewGame";
this.btnNewGame.UseUnderline = true;
this.btnNewGame.BorderWidth = ((uint)(7));
- this.btnNewGame.Label = global::Mono.Unix.Catalog.GetString("New Game");
+ this.btnNewGame.Label = "New Game";
this.vboxUI.Add(this.btnNewGame);
global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vboxUI[this.btnNewGame]));
w4.Position = 3;
@@ -82,7 +82,7 @@ namespace Mundus.Views.Windows
this.btnTutorial.Name = "btnTutorial";
this.btnTutorial.UseUnderline = true;
this.btnTutorial.BorderWidth = ((uint)(7));
- this.btnTutorial.Label = global::Mono.Unix.Catalog.GetString("Tutorial");
+ this.btnTutorial.Label = "Tutorial";
this.vboxUI.Add(this.btnTutorial);
global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxUI[this.btnTutorial]));
w5.Position = 4;
@@ -96,7 +96,7 @@ namespace Mundus.Views.Windows
this.btnSettings.Name = "btnSettings";
this.btnSettings.UseUnderline = true;
this.btnSettings.BorderWidth = ((uint)(7));
- this.btnSettings.Label = global::Mono.Unix.Catalog.GetString("Settings");
+ this.btnSettings.Label = "Settings";
this.vboxUI.Add(this.btnSettings);
global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxUI[this.btnSettings]));
w6.Position = 5;
diff --git a/Mundus/gtk-gui/Mundus.Views.Windows.MediumGameWindow.cs b/Mundus/gtk-gui/Mundus.Views.Windows.MediumGameWindow.cs
index 8d0f9c1..cd4c6e2 100644
--- a/Mundus/gtk-gui/Mundus.Views.Windows.MediumGameWindow.cs
+++ b/Mundus/gtk-gui/Mundus.Views.Windows.MediumGameWindow.cs
@@ -9,7 +9,7 @@ namespace Mundus.Views.Windows
global::Stetic.Gui.Initialize(this);
// Widget Mundus.Views.Windows.MediumGameWindow
this.Name = "Mundus.Views.Windows.MediumGameWindow";
- this.Title = global::Mono.Unix.Catalog.GetString("MediumGameWindow");
+ this.Title = "MediumGameWindow";
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
if ((this.Child != null))
{
diff --git a/Mundus/gtk-gui/Mundus.Views.Windows.MusicWindow.cs b/Mundus/gtk-gui/Mundus.Views.Windows.MusicWindow.cs
index 04e5edd..2bbbaba 100644
--- a/Mundus/gtk-gui/Mundus.Views.Windows.MusicWindow.cs
+++ b/Mundus/gtk-gui/Mundus.Views.Windows.MusicWindow.cs
@@ -42,7 +42,7 @@ namespace Mundus.Views.Windows
this.AddAccelGroup(this.UIManager.AccelGroup);
this.HeightRequest = 600;
this.Name = "Mundus.Views.Windows.MusicWindow";
- this.Title = global::Mono.Unix.Catalog.GetString("MusicWindow");
+ this.Title = "MusicWindow";
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
this.Resizable = false;
this.AllowGrow = false;
@@ -59,7 +59,7 @@ namespace Mundus.Views.Windows
this.btnBack.Name = "btnBack";
this.btnBack.UseUnderline = true;
this.btnBack.BorderWidth = ((uint)(3));
- this.btnBack.Label = global::Mono.Unix.Catalog.GetString("Back");
+ this.btnBack.Label = "Back";
this.tbUI.Add(this.btnBack);
global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnBack]));
w2.LeftAttach = ((uint)(1));
@@ -73,7 +73,7 @@ namespace Mundus.Views.Windows
this.btnNext.CanFocus = true;
this.btnNext.Name = "btnNext";
this.btnNext.UseUnderline = true;
- this.btnNext.Label = global::Mono.Unix.Catalog.GetString("Next");
+ this.btnNext.Label = "Next";
this.tbUI.Add(this.btnNext);
global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnNext]));
w3.TopAttach = ((uint)(2));
@@ -89,7 +89,7 @@ namespace Mundus.Views.Windows
this.btnPlay.CanFocus = true;
this.btnPlay.Name = "btnPlay";
this.btnPlay.UseUnderline = true;
- this.btnPlay.Label = global::Mono.Unix.Catalog.GetString("Play");
+ this.btnPlay.Label = "Play";
this.tbUI.Add(this.btnPlay);
global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnPlay]));
w4.TopAttach = ((uint)(2));
@@ -105,7 +105,7 @@ namespace Mundus.Views.Windows
this.btnPrevious.CanFocus = true;
this.btnPrevious.Name = "btnPrevious";
this.btnPrevious.UseUnderline = true;
- this.btnPrevious.Label = global::Mono.Unix.Catalog.GetString("Prev");
+ this.btnPrevious.Label = "Prev";
this.tbUI.Add(this.btnPrevious);
global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnPrevious]));
w5.TopAttach = ((uint)(2));
@@ -121,7 +121,7 @@ namespace Mundus.Views.Windows
this.btnRandom.CanFocus = true;
this.btnRandom.Name = "btnRandom";
this.btnRandom.UseUnderline = true;
- this.btnRandom.Label = global::Mono.Unix.Catalog.GetString("Rnd");
+ this.btnRandom.Label = "Rnd";
this.tbUI.Add(this.btnRandom);
global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnRandom]));
w6.TopAttach = ((uint)(2));
@@ -137,7 +137,7 @@ namespace Mundus.Views.Windows
this.btnStop.CanFocus = true;
this.btnStop.Name = "btnStop";
this.btnStop.UseUnderline = true;
- this.btnStop.Label = global::Mono.Unix.Catalog.GetString("Stop");
+ this.btnStop.Label = "Stop";
this.tbUI.Add(this.btnStop);
global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnStop]));
w7.TopAttach = ((uint)(2));
@@ -193,7 +193,7 @@ namespace Mundus.Views.Windows
this.lblPath = new global::Gtk.Label();
this.lblPath.HeightRequest = 50;
this.lblPath.Name = "lblPath";
- this.lblPath.LabelProp = global::Mono.Unix.Catalog.GetString("No file chosen");
+ this.lblPath.LabelProp = "No file chosen";
this.lblPath.Wrap = true;
this.lblPath.Justify = ((global::Gtk.Justification)(2));
this.lblPath.Selectable = true;
@@ -208,7 +208,7 @@ namespace Mundus.Views.Windows
// Container child tbUI.Gtk.Table+TableChild
this.lblTitle = new global::Gtk.Label();
this.lblTitle.Name = "lblTitle";
- this.lblTitle.LabelProp = global::Mono.Unix.Catalog.GetString("Music (replace with picture)");
+ this.lblTitle.LabelProp = "Music (replace with picture)";
this.tbUI.Add(this.lblTitle);
global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblTitle]));
w13.LeftAttach = ((uint)(2));
diff --git a/Mundus/gtk-gui/Mundus.Views.Windows.NewGameWindow.cs b/Mundus/gtk-gui/Mundus.Views.Windows.NewGameWindow.cs
index f9559ad..685ae15 100644
--- a/Mundus/gtk-gui/Mundus.Views.Windows.NewGameWindow.cs
+++ b/Mundus/gtk-gui/Mundus.Views.Windows.NewGameWindow.cs
@@ -63,7 +63,7 @@ namespace Mundus.Views.Windows
global::Stetic.Gui.Initialize(this);
// Widget Mundus.Views.Windows.NewGameWindow
this.Name = "Mundus.Views.Windows.NewGameWindow";
- this.Title = global::Mono.Unix.Catalog.GetString("Create a New Game");
+ this.Title = "Create a New Game";
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
this.Resizable = false;
this.AllowGrow = false;
@@ -80,7 +80,7 @@ namespace Mundus.Views.Windows
this.btnBack.Name = "btnBack";
this.btnBack.UseUnderline = true;
this.btnBack.BorderWidth = ((uint)(3));
- this.btnBack.Label = global::Mono.Unix.Catalog.GetString("Back");
+ this.btnBack.Label = "Back";
this.tbUI.Add(this.btnBack);
global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnBack]));
w1.LeftAttach = ((uint)(1));
@@ -95,7 +95,7 @@ namespace Mundus.Views.Windows
this.btnGenerate.Name = "btnGenerate";
this.btnGenerate.UseUnderline = true;
this.btnGenerate.BorderWidth = ((uint)(3));
- this.btnGenerate.Label = global::Mono.Unix.Catalog.GetString("Generate");
+ this.btnGenerate.Label = "Generate";
this.tbUI.Add(this.btnGenerate);
global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnGenerate]));
w2.LeftAttach = ((uint)(6));
@@ -174,7 +174,7 @@ namespace Mundus.Views.Windows
this.lblDifficulty.WidthRequest = 90;
this.lblDifficulty.HeightRequest = 50;
this.lblDifficulty.Name = "lblDifficulty";
- this.lblDifficulty.LabelProp = global::Mono.Unix.Catalog.GetString("Difficulty");
+ this.lblDifficulty.LabelProp = "Difficulty";
this.tbUI.Add(this.lblDifficulty);
global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblDifficulty]));
w9.TopAttach = ((uint)(3));
@@ -188,7 +188,7 @@ namespace Mundus.Views.Windows
this.lblGameMode.WidthRequest = 90;
this.lblGameMode.HeightRequest = 50;
this.lblGameMode.Name = "lblGameMode";
- this.lblGameMode.LabelProp = global::Mono.Unix.Catalog.GetString("Game Mode:");
+ this.lblGameMode.LabelProp = "Game Mode:";
this.tbUI.Add(this.lblGameMode);
global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblGameMode]));
w10.TopAttach = ((uint)(2));
@@ -202,7 +202,7 @@ namespace Mundus.Views.Windows
this.lblMapSize.WidthRequest = 90;
this.lblMapSize.HeightRequest = 50;
this.lblMapSize.Name = "lblMapSize";
- this.lblMapSize.LabelProp = global::Mono.Unix.Catalog.GetString("Map size");
+ this.lblMapSize.LabelProp = "Map size";
this.tbUI.Add(this.lblMapSize);
global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblMapSize]));
w11.TopAttach = ((uint)(5));
@@ -216,7 +216,7 @@ namespace Mundus.Views.Windows
this.lblScreenInvSize.WidthRequest = 90;
this.lblScreenInvSize.HeightRequest = 50;
this.lblScreenInvSize.Name = "lblScreenInvSize";
- this.lblScreenInvSize.LabelProp = global::Mono.Unix.Catalog.GetString("Screen & Inventory size");
+ this.lblScreenInvSize.LabelProp = "Screen & Inventory size";
this.lblScreenInvSize.Wrap = true;
this.lblScreenInvSize.Justify = ((global::Gtk.Justification)(2));
this.tbUI.Add(this.lblScreenInvSize);
@@ -232,7 +232,7 @@ namespace Mundus.Views.Windows
this.lblTitle.WidthRequest = 180;
this.lblTitle.HeightRequest = 50;
this.lblTitle.Name = "lblTitle";
- this.lblTitle.LabelProp = global::Mono.Unix.Catalog.GetString("New Game (replace with picture)");
+ this.lblTitle.LabelProp = "New Game (replace with picture)";
this.lblTitle.Wrap = true;
this.lblTitle.Justify = ((global::Gtk.Justification)(2));
this.tbUI.Add(this.lblTitle);
@@ -242,7 +242,7 @@ namespace Mundus.Views.Windows
w13.XOptions = ((global::Gtk.AttachOptions)(0));
w13.YOptions = ((global::Gtk.AttachOptions)(0));
// Container child tbUI.Gtk.Table+TableChild
- this.rbCreative = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Creative"));
+ this.rbCreative = new global::Gtk.RadioButton("Creative");
this.rbCreative.WidthRequest = 90;
this.rbCreative.CanFocus = true;
this.rbCreative.Name = "rbCreative";
@@ -259,7 +259,7 @@ namespace Mundus.Views.Windows
w14.XOptions = ((global::Gtk.AttachOptions)(4));
w14.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tbUI.Gtk.Table+TableChild
- this.rbEasy = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Easy"));
+ this.rbEasy = new global::Gtk.RadioButton("Easy");
this.rbEasy.WidthRequest = 90;
this.rbEasy.CanFocus = true;
this.rbEasy.Name = "rbEasy";
@@ -276,7 +276,7 @@ namespace Mundus.Views.Windows
w15.XOptions = ((global::Gtk.AttachOptions)(4));
w15.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tbUI.Gtk.Table+TableChild
- this.rbHard = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Hard"));
+ this.rbHard = new global::Gtk.RadioButton("Hard");
this.rbHard.WidthRequest = 90;
this.rbHard.CanFocus = true;
this.rbHard.Name = "rbHard";
@@ -292,7 +292,7 @@ namespace Mundus.Views.Windows
w16.XOptions = ((global::Gtk.AttachOptions)(4));
w16.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tbUI.Gtk.Table+TableChild
- this.rbInsane = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Insane"));
+ this.rbInsane = new global::Gtk.RadioButton("Insane");
this.rbInsane.WidthRequest = 90;
this.rbInsane.CanFocus = true;
this.rbInsane.Name = "rbInsane";
@@ -308,7 +308,7 @@ namespace Mundus.Views.Windows
w17.XOptions = ((global::Gtk.AttachOptions)(4));
w17.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tbUI.Gtk.Table+TableChild
- this.rbLarge = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Large"));
+ this.rbLarge = new global::Gtk.RadioButton("Large");
this.rbLarge.WidthRequest = 90;
this.rbLarge.CanFocus = true;
this.rbLarge.Name = "rbLarge";
@@ -325,7 +325,7 @@ namespace Mundus.Views.Windows
w18.XOptions = ((global::Gtk.AttachOptions)(4));
w18.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tbUI.Gtk.Table+TableChild
- this.rbMedium = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Medium"));
+ this.rbMedium = new global::Gtk.RadioButton("Medium");
this.rbMedium.WidthRequest = 90;
this.rbMedium.CanFocus = true;
this.rbMedium.Name = "rbMedium";
@@ -341,7 +341,7 @@ namespace Mundus.Views.Windows
w19.XOptions = ((global::Gtk.AttachOptions)(4));
w19.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tbUI.Gtk.Table+TableChild
- this.rbMLarge = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Large"));
+ this.rbMLarge = new global::Gtk.RadioButton("Large");
this.rbMLarge.CanFocus = true;
this.rbMLarge.Name = "rbMLarge";
this.rbMLarge.Active = true;
@@ -357,7 +357,7 @@ namespace Mundus.Views.Windows
w20.XOptions = ((global::Gtk.AttachOptions)(4));
w20.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tbUI.Gtk.Table+TableChild
- this.rbMMedium = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Medium"));
+ this.rbMMedium = new global::Gtk.RadioButton("Medium");
this.rbMMedium.WidthRequest = 90;
this.rbMMedium.CanFocus = true;
this.rbMMedium.Name = "rbMMedium";
@@ -373,7 +373,7 @@ namespace Mundus.Views.Windows
w21.XOptions = ((global::Gtk.AttachOptions)(4));
w21.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tbUI.Gtk.Table+TableChild
- this.rbMSmall = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Small"));
+ this.rbMSmall = new global::Gtk.RadioButton("Small");
this.rbMSmall.WidthRequest = 90;
this.rbMSmall.CanFocus = true;
this.rbMSmall.Name = "rbMSmall";
@@ -389,7 +389,7 @@ namespace Mundus.Views.Windows
w22.XOptions = ((global::Gtk.AttachOptions)(4));
w22.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tbUI.Gtk.Table+TableChild
- this.rbNormal = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Normal"));
+ this.rbNormal = new global::Gtk.RadioButton("Normal");
this.rbNormal.WidthRequest = 90;
this.rbNormal.CanFocus = true;
this.rbNormal.Name = "rbNormal";
@@ -405,7 +405,7 @@ namespace Mundus.Views.Windows
w23.XOptions = ((global::Gtk.AttachOptions)(4));
w23.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tbUI.Gtk.Table+TableChild
- this.rbPeaceful = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Peaceful"));
+ this.rbPeaceful = new global::Gtk.RadioButton("Peaceful");
this.rbPeaceful.WidthRequest = 90;
this.rbPeaceful.CanFocus = true;
this.rbPeaceful.Name = "rbPeaceful";
@@ -421,7 +421,7 @@ namespace Mundus.Views.Windows
w24.XOptions = ((global::Gtk.AttachOptions)(4));
w24.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tbUI.Gtk.Table+TableChild
- this.rbSmall = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Small"));
+ this.rbSmall = new global::Gtk.RadioButton("Small");
this.rbSmall.WidthRequest = 90;
this.rbSmall.CanFocus = true;
this.rbSmall.Name = "rbSmall";
@@ -437,7 +437,7 @@ namespace Mundus.Views.Windows
w25.XOptions = ((global::Gtk.AttachOptions)(4));
w25.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tbUI.Gtk.Table+TableChild
- this.rbSurvival = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Survival"));
+ this.rbSurvival = new global::Gtk.RadioButton("Survival");
this.rbSurvival.WidthRequest = 90;
this.rbSurvival.CanFocus = true;
this.rbSurvival.Name = "rbSurvival";
diff --git a/Mundus/gtk-gui/Mundus.Views.Windows.PauseWindow.cs b/Mundus/gtk-gui/Mundus.Views.Windows.PauseWindow.cs
index 92a15ed..cf0c2f3 100644
--- a/Mundus/gtk-gui/Mundus.Views.Windows.PauseWindow.cs
+++ b/Mundus/gtk-gui/Mundus.Views.Windows.PauseWindow.cs
@@ -27,7 +27,7 @@ namespace Mundus.Views.Windows
global::Stetic.Gui.Initialize(this);
// Widget Mundus.Views.Windows.PauseWindow
this.Name = "Mundus.Views.Windows.PauseWindow";
- this.Title = global::Mono.Unix.Catalog.GetString("PauseWindow");
+ this.Title = "PauseWindow";
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
this.Resizable = false;
this.AllowGrow = false;
@@ -46,7 +46,7 @@ namespace Mundus.Views.Windows
this.btnBack.CanFocus = true;
this.btnBack.Name = "btnBack";
this.btnBack.UseUnderline = true;
- this.btnBack.Label = global::Mono.Unix.Catalog.GetString("Back");
+ this.btnBack.Label = "Back";
this.hbox1.Add(this.btnBack);
global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnBack]));
w1.Position = 0;
@@ -55,7 +55,7 @@ namespace Mundus.Views.Windows
// Container child hbox1.Gtk.Box+BoxChild
this.lblTitle = new global::Gtk.Label();
this.lblTitle.Name = "lblTitle";
- this.lblTitle.LabelProp = global::Mono.Unix.Catalog.GetString("Pause menu (replace with picture)");
+ this.lblTitle.LabelProp = "Pause menu (replace with picture)";
this.hbox1.Add(this.lblTitle);
global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.lblTitle]));
w2.Position = 1;
@@ -83,7 +83,7 @@ namespace Mundus.Views.Windows
this.btnSettings.Name = "btnSettings";
this.btnSettings.UseUnderline = true;
this.btnSettings.BorderWidth = ((uint)(3));
- this.btnSettings.Label = global::Mono.Unix.Catalog.GetString("Settings");
+ this.btnSettings.Label = "Settings";
this.vbox1.Add(this.btnSettings);
global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.btnSettings]));
w5.Position = 2;
@@ -96,7 +96,7 @@ namespace Mundus.Views.Windows
this.btnSave.Name = "btnSave";
this.btnSave.UseUnderline = true;
this.btnSave.BorderWidth = ((uint)(3));
- this.btnSave.Label = global::Mono.Unix.Catalog.GetString("Save");
+ this.btnSave.Label = "Save";
this.vbox1.Add(this.btnSave);
global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.btnSave]));
w6.Position = 3;
@@ -109,7 +109,7 @@ namespace Mundus.Views.Windows
this.btnSaveExit.Name = "btnSaveExit";
this.btnSaveExit.UseUnderline = true;
this.btnSaveExit.BorderWidth = ((uint)(3));
- this.btnSaveExit.Label = global::Mono.Unix.Catalog.GetString("Save & Exit");
+ this.btnSaveExit.Label = "Save & Exit";
this.vbox1.Add(this.btnSaveExit);
global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.btnSaveExit]));
w7.Position = 4;
@@ -122,7 +122,7 @@ namespace Mundus.Views.Windows
this.btnExit.Name = "btnExit";
this.btnExit.UseUnderline = true;
this.btnExit.BorderWidth = ((uint)(3));
- this.btnExit.Label = global::Mono.Unix.Catalog.GetString("Exit");
+ this.btnExit.Label = "Exit";
this.vbox1.Add(this.btnExit);
global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.btnExit]));
w8.Position = 5;
diff --git a/Mundus/gtk-gui/Mundus.Views.Windows.SettingsWindow.cs b/Mundus/gtk-gui/Mundus.Views.Windows.SettingsWindow.cs
index cbfd583..8aa5bd5 100644
--- a/Mundus/gtk-gui/Mundus.Views.Windows.SettingsWindow.cs
+++ b/Mundus/gtk-gui/Mundus.Views.Windows.SettingsWindow.cs
@@ -27,7 +27,7 @@ namespace Mundus.Views.Windows
global::Stetic.Gui.Initialize(this);
// Widget Mundus.Views.Windows.SettingsWindow
this.Name = "Mundus.Views.Windows.SettingsWindow";
- this.Title = global::Mono.Unix.Catalog.GetString("Settings");
+ this.Title = "Settings";
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
this.Resizable = false;
this.AllowGrow = false;
@@ -44,7 +44,7 @@ namespace Mundus.Views.Windows
this.btnBack.Name = "btnBack";
this.btnBack.UseUnderline = true;
this.btnBack.BorderWidth = ((uint)(3));
- this.btnBack.Label = global::Mono.Unix.Catalog.GetString("Back");
+ this.btnBack.Label = "Back";
this.tbUI.Add(this.btnBack);
global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnBack]));
w1.LeftAttach = ((uint)(1));
@@ -116,7 +116,7 @@ namespace Mundus.Views.Windows
// Container child tbUI.Gtk.Table+TableChild
this.lblTitle = new global::Gtk.Label();
this.lblTitle.Name = "lblTitle";
- this.lblTitle.LabelProp = global::Mono.Unix.Catalog.GetString("Settings (replace with picture)");
+ this.lblTitle.LabelProp = "Settings (replace with picture)";
this.tbUI.Add(this.lblTitle);
global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblTitle]));
w8.LeftAttach = ((uint)(3));
diff --git a/Mundus/gtk-gui/Mundus.Views.Windows.SmallGameWindow.cs b/Mundus/gtk-gui/Mundus.Views.Windows.SmallGameWindow.cs
index 9b63aa4..d4b2b04 100644
--- a/Mundus/gtk-gui/Mundus.Views.Windows.SmallGameWindow.cs
+++ b/Mundus/gtk-gui/Mundus.Views.Windows.SmallGameWindow.cs
@@ -323,7 +323,7 @@ namespace Mundus.Views.Windows
global::Stetic.Gui.Initialize(this);
// Widget Mundus.Views.Windows.SmallGameWindow
this.Name = "Mundus.Views.Windows.SmallGameWindow";
- this.Title = global::Mono.Unix.Catalog.GetString("Mundus (Small Window)");
+ this.Title = "Mundus (Small Window)";
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
this.Resizable = false;
this.AllowGrow = false;
@@ -506,7 +506,7 @@ namespace Mundus.Views.Windows
this.btnCrafting.CanFocus = true;
this.btnCrafting.Name = "btnCrafting";
this.btnCrafting.UseUnderline = true;
- this.btnCrafting.Label = global::Mono.Unix.Catalog.GetString("Crafting Menu");
+ this.btnCrafting.Label = "Crafting Menu";
this.tbUI.Add(this.btnCrafting);
global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnCrafting]));
w21.TopAttach = ((uint)(6));
@@ -1181,7 +1181,7 @@ namespace Mundus.Views.Windows
this.btnInv.CanFocus = true;
this.btnInv.Name = "btnInv";
this.btnInv.UseUnderline = true;
- this.btnInv.Label = global::Mono.Unix.Catalog.GetString("Inv");
+ this.btnInv.Label = "Inv";
this.tbUI.Add(this.btnInv);
global::Gtk.Table.TableChild w96 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnInv]));
w96.TopAttach = ((uint)(9));
@@ -1197,7 +1197,7 @@ namespace Mundus.Views.Windows
this.btnMap.CanFocus = true;
this.btnMap.Name = "btnMap";
this.btnMap.UseUnderline = true;
- this.btnMap.Label = global::Mono.Unix.Catalog.GetString("Map");
+ this.btnMap.Label = "Map";
this.tbUI.Add(this.btnMap);
global::Gtk.Table.TableChild w97 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnMap]));
w97.TopAttach = ((uint)(9));
@@ -1213,7 +1213,7 @@ namespace Mundus.Views.Windows
this.btnMusic.CanFocus = true;
this.btnMusic.Name = "btnMusic";
this.btnMusic.UseUnderline = true;
- this.btnMusic.Label = global::Mono.Unix.Catalog.GetString("Music");
+ this.btnMusic.Label = "Music";
this.tbUI.Add(this.btnMusic);
global::Gtk.Table.TableChild w98 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnMusic]));
w98.TopAttach = ((uint)(11));
@@ -1679,7 +1679,7 @@ namespace Mundus.Views.Windows
this.btnPause.CanFocus = true;
this.btnPause.Name = "btnPause";
this.btnPause.UseUnderline = true;
- this.btnPause.Label = global::Mono.Unix.Catalog.GetString("Pause");
+ this.btnPause.Label = "Pause";
this.tbUI.Add(this.btnPause);
global::Gtk.Table.TableChild w149 = ((global::Gtk.Table.TableChild)(this.tbUI[this.btnPause]));
w149.TopAttach = ((uint)(11));
@@ -2447,7 +2447,7 @@ namespace Mundus.Views.Windows
this.lblAccessories = new global::Gtk.Label();
this.lblAccessories.HeightRequest = 50;
this.lblAccessories.Name = "lblAccessories";
- this.lblAccessories.LabelProp = global::Mono.Unix.Catalog.GetString("Accessories");
+ this.lblAccessories.LabelProp = "Accessories";
this.lblAccessories.Justify = ((global::Gtk.Justification)(2));
this.tbUI.Add(this.lblAccessories);
global::Gtk.Table.TableChild w211 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblAccessories]));
@@ -2549,7 +2549,7 @@ namespace Mundus.Views.Windows
this.lblEventLog.WidthRequest = 50;
this.lblEventLog.HeightRequest = 50;
this.lblEventLog.Name = "lblEventLog";
- this.lblEventLog.LabelProp = global::Mono.Unix.Catalog.GetString("Event Log");
+ this.lblEventLog.LabelProp = "Event Log";
this.tbUI.Add(this.lblEventLog);
global::Gtk.Table.TableChild w219 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblEventLog]));
w219.TopAttach = ((uint)(11));
@@ -2562,7 +2562,7 @@ namespace Mundus.Views.Windows
this.lblGear = new global::Gtk.Label();
this.lblGear.HeightRequest = 50;
this.lblGear.Name = "lblGear";
- this.lblGear.LabelProp = global::Mono.Unix.Catalog.GetString("Gear");
+ this.lblGear.LabelProp = "Gear";
this.lblGear.Justify = ((global::Gtk.Justification)(2));
this.tbUI.Add(this.lblGear);
global::Gtk.Table.TableChild w220 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblGear]));
@@ -2575,7 +2575,7 @@ namespace Mundus.Views.Windows
// Container child tbUI.Gtk.Table+TableChild
this.lblGroundLayer = new global::Gtk.Label();
this.lblGroundLayer.Name = "lblGroundLayer";
- this.lblGroundLayer.LabelProp = global::Mono.Unix.Catalog.GetString("Ground Layer");
+ this.lblGroundLayer.LabelProp = "Ground Layer";
this.tbUI.Add(this.lblGroundLayer);
global::Gtk.Table.TableChild w221 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblGroundLayer]));
w221.TopAttach = ((uint)(1));
@@ -2589,7 +2589,7 @@ namespace Mundus.Views.Windows
this.lblHotbar.WidthRequest = 50;
this.lblHotbar.HeightRequest = 25;
this.lblHotbar.Name = "lblHotbar";
- this.lblHotbar.LabelProp = global::Mono.Unix.Catalog.GetString("Hotbar");
+ this.lblHotbar.LabelProp = "Hotbar";
this.tbUI.Add(this.lblHotbar);
global::Gtk.Table.TableChild w222 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblHotbar]));
w222.TopAttach = ((uint)(9));
@@ -2616,7 +2616,7 @@ namespace Mundus.Views.Windows
// Container child tbUI.Gtk.Table+TableChild
this.lblItemLayer = new global::Gtk.Label();
this.lblItemLayer.Name = "lblItemLayer";
- this.lblItemLayer.LabelProp = global::Mono.Unix.Catalog.GetString("Structure Layer");
+ this.lblItemLayer.LabelProp = "Structure Layer";
this.tbUI.Add(this.lblItemLayer);
global::Gtk.Table.TableChild w224 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblItemLayer]));
w224.TopAttach = ((uint)(9));
@@ -2629,7 +2629,7 @@ namespace Mundus.Views.Windows
this.lblLog1 = new global::Gtk.Label();
this.lblLog1.HeightRequest = 50;
this.lblLog1.Name = "lblLog1";
- this.lblLog1.LabelProp = global::Mono.Unix.Catalog.GetString("label6");
+ this.lblLog1.LabelProp = "label6";
this.tbUI.Add(this.lblLog1);
global::Gtk.Table.TableChild w225 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblLog1]));
w225.TopAttach = ((uint)(12));
@@ -2642,7 +2642,7 @@ namespace Mundus.Views.Windows
this.lblLog2 = new global::Gtk.Label();
this.lblLog2.HeightRequest = 50;
this.lblLog2.Name = "lblLog2";
- this.lblLog2.LabelProp = global::Mono.Unix.Catalog.GetString("label7");
+ this.lblLog2.LabelProp = "label7";
this.tbUI.Add(this.lblLog2);
global::Gtk.Table.TableChild w226 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblLog2]));
w226.TopAttach = ((uint)(13));
@@ -2655,7 +2655,7 @@ namespace Mundus.Views.Windows
this.lblLog3 = new global::Gtk.Label();
this.lblLog3.HeightRequest = 50;
this.lblLog3.Name = "lblLog3";
- this.lblLog3.LabelProp = global::Mono.Unix.Catalog.GetString("label7");
+ this.lblLog3.LabelProp = "label7";
this.tbUI.Add(this.lblLog3);
global::Gtk.Table.TableChild w227 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblLog3]));
w227.TopAttach = ((uint)(14));
@@ -2668,7 +2668,7 @@ namespace Mundus.Views.Windows
this.lblLog4 = new global::Gtk.Label();
this.lblLog4.HeightRequest = 50;
this.lblLog4.Name = "lblLog4";
- this.lblLog4.LabelProp = global::Mono.Unix.Catalog.GetString("label7");
+ this.lblLog4.LabelProp = "label7";
this.tbUI.Add(this.lblLog4);
global::Gtk.Table.TableChild w228 = ((global::Gtk.Table.TableChild)(this.tbUI[this.lblLog4]));
w228.TopAttach = ((uint)(15));