]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/datectrl.h
Avoid needless second string conversion when adding files to memory FS.
[wxWidgets.git] / interface / wx / datectrl.h
index feb241cd4e627a3c4b59e8dfaf8a4839ab2ec981..be0239c72c1bb1e0ca034732fd9cb2c9b553caea 100644 (file)
@@ -13,8 +13,7 @@
     is a relatively big control, wxDatePickerCtrl is implemented as a small
     window showing the currently selected date. The control can be edited using
     the keyboard, and can also display a popup window for more user-friendly
-    date selection, depending on the styles used and the platform, except
-    PalmOS where date is selected using native dialog.
+    date selection, depending on the styles used and the platform.
 
     It is only available if @c wxUSE_DATEPICKCTRL is set to 1.