GS window title: remove redundant ${pause} from commit 4626e489

This commit is contained in:
Avi Halachmi (:avih) 2016-01-04 15:51:24 +02:00
parent 4626e48980
commit d770a048aa
1 changed files with 1 additions and 1 deletions

View File

@ -940,7 +940,7 @@ AppConfig::UiTemplateOptions::UiTemplateOptions()
OutputProgressive = L"Progressive";
OutputInterlaced = L"Interlaced";
Paused = L"<PAUSED> ";
TitleTemplate = L"${pause}Slot: ${slot} | Speed: ${speed} (${vfps}) | Limiter: ${limiter} | ${gsdx} | ${omodei} | ${cpuusage}";
TitleTemplate = L"Slot: ${slot} | Speed: ${speed} (${vfps}) | Limiter: ${limiter} | ${gsdx} | ${omodei} | ${cpuusage}";
}
void AppConfig::UiTemplateOptions::LoadSave(IniInterface& ini)