Started work on the GUI for the wordblox player
[wordblah.git] / constantstrings.h
index 6b8a0bb..1c0dd49 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __CONSTANTSTRINGS_H
 #define __CONSTANTSTRINGS_H
 
+#define VERSION  "0.1a"
 #define FROZEN_GRID "Grid is frozen. Unfreeze grid first!"
 #define UNFROZEN_GRID "Grid is unfrozen. Freeze grid first!"
 #define EXCEED_GRID_SIZE "Row/col exceeded grid size!"
@@ -38,6 +39,18 @@ and is irreversible (y/N): "
 #define USAGE_LINE_3 "new <nn> - create new puzzle with <nn> grid \
 columns (warning: existing file name may be overwritten)\n"
 
+/* for wordblox_player */
+#define ERROR_ICON "Unable to load icon!"
+#define ERROR_WINDOW "Error loading Window!"
+
+/* about box info */
+const char *AUTHOR[] = { "V. Harishankar", NULL};
+const char *COPYRIGHT = "Copyright 2020 V.Harishankar";
+const char *COMMENTS = "A player for wordblox (crossword puzzles)";
+const char *PROGRAM_NAME = "Wordblox Player";
+const char *WEBSITE = "http://harishankar.org/";
+const char *WEBSITE_LABEL = "Author's HomePage";
+
 char *MAIN_MENU[] = 
                                        {"1. New puzzle",
                                         "2. Open existing puzzle",