]> git.saurik.com Git - wxWidgets.git/commitdiff
fix to allow non-extension based template choosing to work from Vegh Janos
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Feb 2000 15:32:14 +0000 (15:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Feb 2000 15:32:14 +0000 (15:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/docview.cpp

index bcd9d3de2fa0b8d7a393d43bc43044129ccbf1f2..8f693926e5429ec3a85d7cd34a1b01a5f0a5a817 100644 (file)
@@ -1342,9 +1342,6 @@ wxDocTemplate *wxDocManager::SelectDocumentPath(wxDocTemplate **templates,
         m_lastDirectory = wxPathOnly(pathTmp);
 
         path = pathTmp;
-        wxString theExt = FindExtension(path);
-        if (!theExt)
-            return (wxDocTemplate *) NULL;
 
         // This is dodgy in that we're selecting the template on the
         // basis of the file extension, which may not be a standard