Mercurial > minori
comparison src/gui/dialog/settings/application.cc @ 112:80f49f623d30
locale: allow switching locales without restarting
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 06 Nov 2023 13:41:30 -0500 |
parents | 2004b41d4a59 |
children | 9613d72b097e |
comparison
equal
deleted
inserted
replaced
111:fcae8bece0ec | 112:80f49f623d30 |
---|---|
105 } | 105 } |
106 | 106 |
107 { | 107 { |
108 /* Application locale */ | 108 /* Application locale */ |
109 { | 109 { |
110 QLabel* locale_combo_box_label = new QLabel(tr("Set application locale (requires restart):"), appearance_group_box); | 110 QLabel* locale_combo_box_label = new QLabel(tr("Set application locale:"), appearance_group_box); |
111 appearance_layout->addWidget(locale_combo_box_label); | 111 appearance_layout->addWidget(locale_combo_box_label); |
112 } | 112 } |
113 | 113 |
114 { | 114 { |
115 QComboBox* locale_combo_box = new QComboBox(appearance_group_box); | 115 QComboBox* locale_combo_box = new QComboBox(appearance_group_box); |