1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- old 2009-03-06 11:00:42.000000000 +0100
+++ include\wx\filepicker.h 2009-10-24 16:55:45.968750000 +0200
@@ -17,6 +17,7 @@
#if wxUSE_FILEPICKERCTRL || wxUSE_DIRPICKERCTRL
#include "wx/pickerbase.h"
+#include "wx/intl.h"
class WXDLLIMPEXP_FWD_CORE wxDialog;
class WXDLLIMPEXP_FWD_CORE wxFileDirPickerEvent;
@@ -326,7 +329,7 @@
const wxString& message,
const wxString& WXUNUSED(wildcard))
{
- return new wxDirPickerWidget(parent, wxID_ANY, wxDirPickerWidgetLabel,
+ return new wxDirPickerWidget(parent, wxID_ANY, _("Browse"),
path, message,
wxDefaultPosition, wxDefaultSize,
GetPickerStyle(GetWindowStyle()));
|