Properly select initial Preferences category
This commit is contained in:
parent
e9829b68ac
commit
5032aa5155
1 changed files with 1 additions and 1 deletions
|
@ -1695,7 +1695,7 @@ void show_preferences_dialog(CVideo& video, const config& game_cfg)
|
|||
items.push_back(pre + "advanced.png" + sep + translation::sgettext("Advanced section^Advanced"));
|
||||
|
||||
if(items[1].empty() || items[1][0] != '*') {
|
||||
items[1] = "*" + items[1];
|
||||
items[0] = "*" + items[0];
|
||||
}
|
||||
|
||||
preferences_dialog dialog(video,game_cfg);
|
||||
|
|
Loading…
Add table
Reference in a new issue