Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
A-G-D authored Apr 1, 2019
1 parent 4e10f5d commit bcbbe3a
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Binary file modified Cryptext.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Layout/Window.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
.FontSize=
.FontStyle=
.Text=
.Icon=
.Icon=Resources\icon.ico
2 changes: 1 addition & 1 deletion Readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cryptext v1.2.0
Cryptext v1.2.1


CREATING AN ENCRYPTED TEXT
Expand Down
Binary file added Resources/icon.ico
Binary file not shown.
Binary file added Source/Cryptext.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/appform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void AppForm::OnShown(EventArgs ^e)
void AppForm::OnFormClosed(FormClosedEventArgs ^e)
{
if (!File::Exists(RESOURCES_FOLDER_NAME + L"\\__note__"))
File::Create(RESOURCES_FOLDER_NAME + L"\\__note__");
File::Create(RESOURCES_FOLDER_NAME + L"\\__note__")->Close();

File::SetAttributes(RESOURCES_FOLDER_NAME + L"\\__note__", FileAttributes::Normal);
File::WriteAllText(RESOURCES_FOLDER_NAME + L"\\__note__", stickyNote->GetText());
Expand Down
2 changes: 1 addition & 1 deletion Source/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "namespaces.h"

#define APPLICATION_NAME L"Cryptext"
#define VERSION L"1.2.0"
#define VERSION L"1.2.1"

#define TEXT_FILES_FOLDER_NAME L"Texts"
#define TRANSLATION_FILES_FOLDER_NAME L"Translations"
Expand Down
Binary file added Source/resource.h
Binary file not shown.

0 comments on commit bcbbe3a

Please sign in to comment.