Skip to content

Commit efbc1d7

Browse files
committed
Added icons and changed some texts.
1 parent 38286e5 commit efbc1d7

File tree

11 files changed

+223
-125
lines changed

11 files changed

+223
-125
lines changed

Constants.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ class Constants
1616

1717
#if WIN64
1818
public const string Platform = "x64";
19+
20+
public const string StringHexFormat = "X016";
1921
#else
2022
public const string Platform = "x86";
23+
24+
public const string StringHexFormat = "X08";
2125
#endif
2226

2327
public const string SettingsFile = "settings.xml";

Forms/MainForm.Designer.cs

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)