diff options
Diffstat (limited to 'src/yuzu/install_dialog.h')
-rw-r--r-- | src/yuzu/install_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/install_dialog.h b/src/yuzu/install_dialog.h index 55a458ba8..e4aba1b06 100644 --- a/src/yuzu/install_dialog.h +++ b/src/yuzu/install_dialog.h @@ -31,6 +31,6 @@ private: QHBoxLayout* hbox_layout; QLabel* description; - QCheckBox* overwrite_files; + QLabel* update_description; QDialogButtonBox* buttons; }; |