diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-09-03 12:59:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-03 12:59:39 +0200 |
| commit | 6a8ea6865192aa620f2f5df147c2f884ac08927e (patch) | |
| tree | e6ca163f9015445fb0f7452d4f8a72c2f3fa9836 /lib/gui/preferences.wxg | |
| parent | e86cd34b50882a5d211fead3bdba84f459a6a5ce (diff) | |
update preferences title (#2495)
Diffstat (limited to 'lib/gui/preferences.wxg')
| -rw-r--r-- | lib/gui/preferences.wxg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/preferences.wxg b/lib/gui/preferences.wxg index 2ed89ad5..328ccce3 100644 --- a/lib/gui/preferences.wxg +++ b/lib/gui/preferences.wxg @@ -4,7 +4,7 @@ <application class="PreferencesApp" encoding="UTF-8" for_version="3.0" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="python" mark_blocks="1" name="app" option="0" overwrite="1" path="/home/lex/repos/inkstitch/lib/gui/preferences.py" source_extension=".cpp" top_window="frame" use_gettext="1" use_new_namespace="1"> <object class="PreferencesFrame" name="frame" base="EditFrame"> <extracode_post>self.SetSizeHints(main_sizer.CalcMin())</extracode_post> - <title>frame</title> + <title>Preferences</title> <style>wxDEFAULT_FRAME_STYLE</style> <object class="wxPanel" name="panel_1" base="EditPanel"> <object class="wxBoxSizer" name="main_sizer" base="EditBoxSizer"> |
