summaryrefslogtreecommitdiff
path: root/ui/qt/main_window_preferences_frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main_window_preferences_frame.cpp')
-rw-r--r--ui/qt/main_window_preferences_frame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main_window_preferences_frame.cpp b/ui/qt/main_window_preferences_frame.cpp
index a2b0d72eff..02a9348763 100644
--- a/ui/qt/main_window_preferences_frame.cpp
+++ b/ui/qt/main_window_preferences_frame.cpp
@@ -200,7 +200,7 @@ void MainWindowPreferencesFrame::on_maxFilterLineEdit_textEdited(const QString &
void MainWindowPreferencesFrame::on_maxRecentLineEdit_textEdited(const QString &new_max)
{
- pref_recent_df_entries_max_->stashed_val.uint = new_max.toUInt();
+ pref_recent_files_count_max_->stashed_val.uint = new_max.toUInt();
}
void MainWindowPreferencesFrame::on_confirmUnsavedCheckBox_toggled(bool checked)