changeset 141:d0943d41f391

Improve one comment.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Aug 2017 13:16:09 +0300
parents 783417da6da3
children 36c9cb759326
files src/main.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.h	Thu Aug 24 13:15:48 2017 +0300
+++ b/src/main.h	Thu Aug 24 13:16:09 2017 +0300
@@ -25,7 +25,7 @@
 #define APP_ID            "Kampus 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
+#define APP_LOG_FILE      "log.txt"                 // Application log file name (without path)
 
 #define SQL_LEN_FIRST_NAME 128
 #define SQL_LEN_LAST_NAME  128