summaryrefslogtreecommitdiff
path: root/shared/dir_name.cpp
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:09:24 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:09:24 +0200
commitb5f042a6c132c1b97cf03c4615bab966c23f57d2 (patch)
tree1cb057a0ffd51264bb3c9807e2133505ce312eb1 /shared/dir_name.cpp
parent3.11 (diff)
downloadFreeFileSync-b5f042a6c132c1b97cf03c4615bab966c23f57d2.tar.gz
FreeFileSync-b5f042a6c132c1b97cf03c4615bab966c23f57d2.tar.bz2
FreeFileSync-b5f042a6c132c1b97cf03c4615bab966c23f57d2.zip
3.12
Diffstat (limited to 'shared/dir_name.cpp')
-rw-r--r--shared/dir_name.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/dir_name.cpp b/shared/dir_name.cpp
index 40e840f5..28c1c413 100644
--- a/shared/dir_name.cpp
+++ b/shared/dir_name.cpp
@@ -52,7 +52,7 @@ void setDirectoryNameImpl(const wxString& dirname, wxDirPickerCtrl* dirPicker, w
const wxString dirFormatted = zToWx(getFormattedDirectoryName(wxToZ(dirname)));
- tooltipWnd.SetToolTip(dirFormatted);
+ tooltipWnd.SetToolTip(dirFormatted); //wxComboBox bug: the edit control is not updated... hope this will be fixed: http://trac.wxwidgets.org/ticket/12659
if (staticBox)
{
bgstack15