Everywhere: "file name" => "filename"

This commit is contained in:
Andreas Kling 2021-04-29 21:46:15 +02:00
commit 7ae7170d61
Notes: sideshowbarker 2024-07-18 18:53:39 +09:00
59 changed files with 181 additions and 181 deletions

View file

@ -34,7 +34,7 @@ private:
Vector<KeyButton*> m_keys;
RefPtr<GUI::Widget> m_map_group;
String m_file_name;
String m_filename;
Keyboard::CharacterMapData m_character_map;
String m_current_map_name;
bool m_modified { false };