projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ignore time component of SYSTEMTIME in wxCalendarCtrl.
[wxWidgets.git]
/
include
/
wx
/
imagtga.h
diff --git
a/include/wx/imagtga.h
b/include/wx/imagtga.h
index f17dcf7cff036f2b1047cba9a67504fd53a40e88..e5fd30f9be5512f3acfceb225f583848d7d47f0f 100644
(file)
--- a/
include/wx/imagtga.h
+++ b/
include/wx/imagtga.h
@@
-25,6
+25,7
@@
public:
{
m_name = wxT("TGA file");
m_extension = wxT("tga");
+ m_altExtensions.Add(wxT("tpic"));
m_type = wxBITMAP_TYPE_TGA;
m_mime = wxT("image/tga");
}