diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-22 21:19:35 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-22 21:19:35 +0100 |
| commit | 54744c04b25454440c6d9a590a9ae2f36226bc03 (patch) | |
| tree | e23cd633a6e36e10a3c2a7d279bcc3734c62128e /src/modlistdropinfo.h | |
| parent | 7864fc0950729621c0297389f5b47d27e4d41d8f (diff) | |
Use proper naming convention for constants.
Diffstat (limited to 'src/modlistdropinfo.h')
| -rw-r--r-- | src/modlistdropinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
