Skip to content

Commit 1401f12

Browse files
committed
Fixed incorrect visual stuff
1 parent 56cd7b9 commit 1401f12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BluecoinsImportTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ int mainMenu() {
4646
}
4747

4848
menu[7].count = 7;
49-
menu[7].content = "Toggle fixed entries status (WIP)";
49+
menu[7].content = "Toggle fixed entries status";
5050

5151
menu[9].count = 9;
5252
menu[9].content = "Exit";

utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inline void clearScreen() {
2323
inline void heading(std::string additional = "") {
2424
system("cls");
2525
cout << "############################################################" << endl;
26-
cout << "## Bluecoins Import Tool v2.0-beta by KwongTN ###" << endl;
26+
cout << "## Bluecoins Import Tool v2.1 by KwongTN ###" << endl;
2727
cout << "############################################################" << endl << endl;
2828

2929
if (additional != "") {

0 commit comments

Comments
 (0)