Skip to content

Commit

Permalink
Minor bug fixes (1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cregx committed Dec 23, 2022
1 parent 9365b28 commit 830fbef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wimbckup/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ BOOL g_bIsRecoveryBtnSelected; // Which radio button ist selected?
action_type g_currentAction; // Restore or backup action should be performed?

// Constants
const LPCWSTR szAppVersion = TEXT("App version 1.00 / 18 December 2022\nCopyright (c) 2022 Christoph Regner (https://github.com/cregx)\nWIM-Backup is licensed under the Apache License 2.0");
const LPCWSTR szAppVersion = TEXT("App version 1.01 / 23 December 2022\nCopyright (c) 2022 Christoph Regner (https://github.com/cregx)\nWIM-Backup is licensed under the Apache License 2.0");
const LPCWSTR szRecoveryBtnText = TEXT("Restore");
const LPCWSTR szRunRecoveryText = TEXT("Restore process");
const LPCWSTR szQuestRunRecText = TEXT("Do you want to run the restore operation?");
Expand Down
Binary file modified wimbckup/wimbckup.rc
Binary file not shown.

0 comments on commit 830fbef

Please sign in to comment.