summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-17 13:52:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-17 15:32:28 +0100
commit67d6091052b24745ca6b45654be0906257ceb9cf (patch)
tree59e86b1546865ec20bf33b119cf20208241d604b
parentaff838877219f0dddd3c84788cb2fdcbc42d3285 (diff)
dump the name of the radiobuttons without groups set
Change-Id: I873b5825ef4c49aec86799556229584116f066fa
-rw-r--r--vcl/source/control/button.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index f4b43517bae6..de4d7a331de5 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -2398,7 +2398,7 @@ std::vector< RadioButton* > RadioButton::GetRadioButtonGroup(bool bIncludeThis)
}
//old-school
- SAL_WARN("vcl.control", "No new-style group set on radiobutton, using old-style digging around");
+ SAL_WARN("vcl.control", "No new-style group set on radiobutton <" << GetHelpId() << "> using old-style digging around");
// go back to first in group;
Window* pFirst = const_cast<RadioButton*>(this);