Completed the clues across and down functionality
[wordblah.git] / constantstrings.h
index c8d3b58..eb4270f 100644 (file)
@@ -21,6 +21,8 @@
 #define INVALID_WORD "Word contains illegal characters. Only alphabets allowed!"
 #define FILE_SAVED "File saved successfully"
 #define NO_WORD_INDEX "No such word with specified index" 
+#define INPUT_CONFIRM_EXIT "Are you sure you wish to exit? \
+Unsaved changes will be lost [y/N]"
 
 char *MAIN_MENU[] = 
                                        {"1. New puzzle",
@@ -35,7 +37,8 @@ char *PUZZLE_EDIT_MENU[] =
                                        "5. Freeze grid", 
                                        "6. Unfreeze grid",
                                        "7. Set Clue - Across Word",
-                                       "8. Save puzzle",
-                                       "9. Return to main menu" };
+                                       "8. Set Clue - Down Word",
+                                       "9. Save puzzle",
+                                       "10.Return to main menu" };
 
 #endif