projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db58941
)
Remove orphaned label.
author
Carl Hetherington
<cth@carlh.net>
Sun, 11 Feb 2024 13:15:44 +0000
(14:15 +0100)
committer
Carl Hetherington
<cth@carlh.net>
Sun, 11 Feb 2024 13:15:44 +0000
(14:15 +0100)
src/wx/recipient_dialog.cc
patch
|
blob
|
history
diff --git
a/src/wx/recipient_dialog.cc
b/src/wx/recipient_dialog.cc
index 802febbda1eb1092803f379e71ab8bc2a65b072e..a69adb169ece6b323def2f00d623b64753821a5e 100644
(file)
--- a/
src/wx/recipient_dialog.cc
+++ b/
src/wx/recipient_dialog.cc
@@
-115,9
+115,6
@@
RecipientDialog::RecipientDialog (
_sizer->Add (s, wxGBPosition (r, 1));
++r;
- add_label_to_sizer (_sizer, this, _("Other trusted devices"), true, wxGBPosition (r, 0));
- ++r;
-
_name->Bind (wxEVT_TEXT, boost::bind (&RecipientDialog::setup_sensitivity, this));
_get_recipient_from_file->Bind (wxEVT_BUTTON, boost::bind (&RecipientDialog::get_recipient_from_file, this));