]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/printdlg_osx.cpp
Applied modified #10655 (Added Cookie (receive) support to wxHTTP)
[wxWidgets.git] / src / osx / printdlg_osx.cpp
index 00e7bc39545475adeee06dd5048cea1649acf01f..c0edeccc5642027924c702dff1491fb760ff3898 100644 (file)
@@ -149,7 +149,7 @@ bool wxMacPageMarginsDialog::TransferToWindow()
   m_LeftMargin->SetFocus();
   return true;
   }
-  
+
 bool wxMacPageMarginsDialog::TransferDataFromWindow()
   {
   wxPoint topLeft, bottomRight;
@@ -161,7 +161,7 @@ bool wxMacPageMarginsDialog::TransferDataFromWindow()
   m_pageSetupDialogData->SetMarginBottomRight(bottomRight);
   return true;
   }
-  
+
 bool wxMacPageMarginsDialog::CheckValue(wxTextCtrl* textCtrl, int *value, int minValue, const wxString& name)
   {
   long lvalue;