changeset 276:49a484ad1155

Change application settings ID.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Apr 2023 12:18:47 +0300
parents d1f34cbc306e
children d666f0bf5245
files src/main.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.h	Tue Apr 04 12:03:38 2023 +0300
+++ b/src/main.h	Tue Apr 04 12:18:47 2023 +0300
@@ -29,7 +29,7 @@
 // Global application defines
 //
 #define APP_VENDOR           "TNSP"                    // Vendor ID (for settings, etc.)
-#define APP_ID               "Kampus Syntilista"       // Application ID (for settings)
+#define APP_ID               "Syntilista"              // Application ID (for settings)
 #define APP_NAME             "Café Kampus Syntilista"  // Application title/name
 #define APP_SQLITE_FILE      "syntilista.sqlite3"      // SQLite3 database file name (without path)
 #define APP_LOG_FILE         "log.txt"                 // Application log file name (without path)