diff --git a/src/include/86box/86box.h b/src/include/86box/86box.h
index 9f1fe7c92..9fd301138 100644
--- a/src/include/86box/86box.h
+++ b/src/include/86box/86box.h
@@ -42,6 +42,9 @@
#endif
#define COPYRIGHT_YEAR "2020"
+/* Web URL info. */
+#define EMU_ROMS_URL "https://github.com/86Box/roms/releases/latest"
+
/* Filename and pathname info. */
#define CONFIG_FILE L"86box.cfg"
#define NVR_PATH L"nvr"
diff --git a/src/win/86Box.rc b/src/win/86Box.rc
index c33419226..c62f6a93b 100644
--- a/src/win/86Box.rc
+++ b/src/win/86Box.rc
@@ -885,7 +885,7 @@ BEGIN
IDS_2053 "Speed"
IDS_2054 "ZIP %03i %i (%s): %ls"
IDS_2055 "ZIP images (*.IM?;*.ZDI)\0*.IM?;*.ZDI\0"
- IDS_2056 EMU_NAME " could not find any usable ROM images.\n\nPlease download a ROM set from https://github.com/86Box/roms/releases/latest and extract it into the ""roms"" directory."
+ IDS_2056 EMU_NAME " could not find any usable ROM images.\n\nPlease download a ROM set from " EMU_ROMS_URL " and extract it into the ""roms"" directory."
IDS_2057 "(empty)"
IDS_2058 "ZIP images (*.IM?;*.ZDI)\0*.IM?;*.ZDI\0All files (*.*)\0*.*\0"
IDS_2059 "Turbo"