]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/static.cpp
Add go to first/last and plus/minus art provider icons.
[wxWidgets.git] / samples / widgets / static.cpp
index c305c4db8ef17e8245ee12811b95c3be7be3c449..abeff873bf4cff4e27a275d08af66bd58f939cae 100644 (file)
@@ -308,7 +308,7 @@ void StaticWidgetsPage::CreateContent()
     // NB: must be done _before_ calling CreateStatic()
     Reset();
 
-    m_textBox->SetValue(wxT("This is a box"));
+    m_textBox->SetValue(wxT("This is a &box"));
     m_textLabel->SetValue(wxT("And this is a\n\tlabel inside the box with a &mnemonic.\n")
                           wxT("Only this text is affected by the ellipsize settings."));
     m_textLabelWithMarkup->SetValue(wxT("Another label, this time <b>decorated</b> ")