projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc31ad
)
White space.
author
Carl Hetherington
<cth@carlh.net>
Thu, 13 Mar 2025 23:29:32 +0000
(
00:29
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Thu, 13 Mar 2025 23:29:32 +0000
(
00:29
+0100)
src/wx/general_preferences_page.cc
patch
|
blob
|
history
diff --git
a/src/wx/general_preferences_page.cc
b/src/wx/general_preferences_page.cc
index abfd500a54350a0c361c4b80b53fae10add434a6..1ad79960764bfc1160cc6de4d1b3d527d88db95d 100644
(file)
--- a/
src/wx/general_preferences_page.cc
+++ b/
src/wx/general_preferences_page.cc
@@
-128,7
+128,7
@@
GeneralPage::add_config_file_controls(wxGridBagSizer* table, int& r)
++r;
export_cinemas->Bind(wxEVT_BUTTON, boost::bind(&GeneralPage::export_cinemas_file, this));
- _config_file->Bind
(wxEVT_FILEPICKER_CHANGED, boost::bind(&GeneralPage::config_file_changed, this));
+ _config_file->Bind(wxEVT_FILEPICKER_CHANGED, boost::bind(&GeneralPage::config_file_changed, this));
_cinemas_file->Bind(wxEVT_FILEPICKER_CHANGED, boost::bind(&GeneralPage::cinemas_file_changed, this));
}