projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Initialize wxDateTime::Tm::yday in the ctor.
[wxWidgets.git]
/
src
/
common
/
translation.cpp
diff --git
a/src/common/translation.cpp
b/src/common/translation.cpp
index 23b57a056ce3339b3ac83446ebcebedb128eb19c..c6bb8440e0b53a86a3996d833ea0620bf7e811a2 100644
(file)
--- a/
src/common/translation.cpp
+++ b/
src/common/translation.cpp
@@
-1741,6
+1741,8
@@
wxArrayString wxFileTranslationsLoader::GetAvailableTranslations(const wxString&
i != prefixes.end();
++i )
{
+ if (i->length() == 0)
+ continue;
wxDir dir;
if ( !dir.Open(*i) )
continue;