patch 8.1.2369: cannot build with quickfix and without text properties

Problem:    Cannot build with quickfix and without text properties.
Solution:   Fix typo. (Naruhiko Nishino)
diff --git a/src/popupmenu.c b/src/popupmenu.c
index 4d1d845..11dd186 100644
--- a/src/popupmenu.c
+++ b/src/popupmenu.c
@@ -761,7 +761,7 @@
 # ifdef FEAT_TEXT_PROP
 	    use_popup_T	use_popup;
 # else
-#  define use_popup POPUP_NONE
+#  define use_popup USEPOPUP_NONE
 # endif
 # ifdef FEAT_TEXT_PROP
 	    has_info = TRUE;
diff --git a/src/version.c b/src/version.c
index 32d8f92..65f7235 100644
--- a/src/version.c
+++ b/src/version.c
@@ -738,6 +738,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2369,
+/**/
     2368,
 /**/
     2367,