Changed the menu header for the gamelist options menu from 'Options' to 'Gamelist options'.

This commit is contained in:
Leon Styhre 2022-12-05 21:10:26 +01:00
parent 8013e04d2c
commit fe1f408355

View file

@ -32,7 +32,7 @@
#include <SDL2/SDL.h> #include <SDL2/SDL.h>
GuiGamelistOptions::GuiGamelistOptions(SystemData* system) GuiGamelistOptions::GuiGamelistOptions(SystemData* system)
: mMenu {"OPTIONS"} : mMenu {"GAMELIST OPTIONS"}
, mSystem {system} , mSystem {system}
, mFiltersChanged {false} , mFiltersChanged {false}
, mCancelled {false} , mCancelled {false}