From 54744c04b25454440c6d9a590a9ae2f36226bc03 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Fri, 22 Jan 2021 21:19:35 +0100 Subject: Use proper naming convention for constants. --- src/modlistdropinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modlistdropinfo.h') diff --git a/src/modlistdropinfo.h b/src/modlistdropinfo.h index 14a21691..5d2af92f 100644 --- a/src/modlistdropinfo.h +++ b/src/modlistdropinfo.h @@ -18,8 +18,8 @@ public: // text value for the mime-data for the various possible // origin (not for external drops) // - static constexpr const char* MOD_TEXT = "mod"; - static constexpr const char* DOWNLOAD_TEXT = "download"; + static constexpr const char* ModText = "mod"; + static constexpr const char* DownloadText = "download"; public: -- cgit v1.3.1