]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/widgets.cpp
added a period at the end of a sentence (test commit, really)
[wxWidgets.git] / samples / widgets / widgets.cpp
index a808a3a87fd85205d54a71426161ae10310b91fb..19d86f02e3d752860886b995aeb3f85146404869 100644 (file)
@@ -367,7 +367,7 @@ WidgetsFrame::WidgetsFrame(const wxString& title)
             : wxFrame(NULL, wxID_ANY, title)
 {
     SetName("Main");
-    const bool sizeSet = wxPersistenceManager::Get().RegisterAndRestore(this);
+    const bool sizeSet = wxPersistentRegisterAndRestore(this);
 
     // set the frame icon
     SetIcon(wxICON(sample));
@@ -617,7 +617,7 @@ void WidgetsFrame::InitBook()
              wxEVT_COMMAND_WIDGETS_PAGE_CHANGED,
              wxWidgetsbookEventHandler(WidgetsFrame::OnPageChanged) );
 
-    const bool pageSet = wxPersistenceManager::Get().RegisterAndRestore(m_book);
+    const bool pageSet = wxPersistentRegisterAndRestore(m_book);
 
 #if USE_TREEBOOK
     // for treebook page #0 is empty parent page only so select the first page