Skip to content

Commit 67ee853

Browse files
author
Mich
committed
Bit more refactoring
1 parent 3b5dada commit 67ee853

File tree

5 files changed

+570
-570
lines changed

5 files changed

+570
-570
lines changed

src/config.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
#define CONFIG_H
33

44
#define VERSION "1.2"
5-
#define CHANGELOG_TEXT ""
65

6+
#define CHANGELOG_TEXT "Changelog - version " VERSION ": \n"
7+
8+
#define INTRO_TEXT "" \
9+
"Welcome to QtSerialMonitor, \n" \
10+
"Press F1 to activate \"What's this\" mode. In this mode, clicked widget will display an explanation about its function. \n"
711
#endif // CONFIG_H

0 commit comments

Comments
 (0)