Fix sting ids

This commit is contained in:
Sijmen Schoon 2016-07-11 19:10:00 +02:00
parent 06de7bc1e1
commit ccdb59d48b
1 changed files with 3 additions and 2 deletions

View File

@ -2671,8 +2671,9 @@ enum {
STR_LOADSAVE_DEFAULT = 5891,
STR_LOADSAVE_DEFAULT_TIP = 5892,
STR_FILE_DIALOG_TITLE_SAVE_TRACK = 5893,
STR_TRACK_SAVE_FAILED = 5894,
STR_FILE_DIALOG_TITLE_SAVE_TRACK = 5895,
STR_TRACK_SAVE_FAILED = 5896,
STR_RATE_INPUT_TITLE = 5893,
STR_RATE_INPUT_DESC = 5894,