Using the standard version semantic

This commit is contained in:
OM 2023-05-21 00:01:27 +02:00
parent 545dc19811
commit 31ac3f7096
2 changed files with 40 additions and 16 deletions

View file

@ -1119,7 +1119,7 @@ getNewConsole
====================
*/
UIFloatingConsole* getNewConsole() {
static constexpr char CONSOLE_NAME[] = PRODUCT_NAME_FULL " - " PRODUCT_VERSION_FULL;
static constexpr char CONSOLE_NAME[] = PRODUCT_NAME " console version " PRODUCT_VERSION;
UIFloatingConsole* console = new UIFloatingConsole;
console->Create(NULL, getDefaultConsoleRectangle(), CONSOLE_NAME, UWindowColor, UHudColor);