diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2021-01-29 19:29:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-29 19:29:21 +0100 |
| commit | f53e5406d4292f484257178ec5733f6ceb116673 (patch) | |
| tree | f08dfdba6a38986a93612a5aa0166f3008110ad7 /src/modlistdropinfo.h | |
| parent | 8606bf70c76252e20f888264bfbdedde0f1c8754 (diff) | |
| parent | 48fae18ac6baced388b1fa7cee6c18e6aa8dbab3 (diff) | |
Merge pull request #1378 from Holt59/fix-priority-management
Increase robustness of mods priority in profile.
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: |
