Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aceba1 committed Mar 1, 2019
1 parent c51f46d commit d4a6909
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
Binary file modified Executable/TerraTech Mod Manager.exe
Binary file not shown.
1 change: 1 addition & 0 deletions TerraTech Mod Manager/NewMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions TerraTech Mod Manager/NewMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,7 @@ private void SwapPages(object sender, EventArgs e)
{
try
{
richTextBoxModDescription.Clear();
richTextBoxModDescription.Rtf = MarkdownToRTF.ToRTFString(GetModInfoFromIndex().GetDescription);
}
catch (Exception E)
Expand Down
2 changes: 1 addition & 1 deletion TerraTech Mod Manager/Start.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace TerraTechModManager
public partial class Start : Form
{
#warning Change Version_Number with every update!
public const string Version_Number = "1.4.0";
public const string Version_Number = "1.4.1";

bool finished = false;
/// <summary>
Expand Down
1 change: 1 addition & 0 deletions TerraTech Mod Manager/Update.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4a6909

Please sign in to comment.