]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/descrip.mms
Use the same logic for closing dialogs as for handling Escape key.
[wxWidgets.git] / src / common / descrip.mms
index 80cee6157a02c7809a8edaa6ec5a45b724af3121..42ac3149c591507abf8be8b5a8e78187a316090d 100644 (file)
@@ -2,7 +2,7 @@
 #                                                                            *
 # Make file for VMS                                                          *
 # Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                             *
-# Date : 25 January 2010                                                     *
+# Date : 10 May 2010                                                         *
 #                                                                            *
 #*****************************************************************************
 .first
@@ -216,7 +216,8 @@ OBJECTS2=tbarbase.obj,srchcmn.obj,\
                wrapsizer.obj,headerctrlcmn.obj,headercolcmn.obj,\
                rearrangectrl.obj,spinctrlcmn.obj,datetimefmt.obj,xlocale.obj,\
                regex.obj,any.obj,archive.obj,fs_arc.obj,arcall.obj,\
-               arcfind.obj,tarstrm.obj,datavcmn.obj,debugrpt.obj
+               arcfind.obj,tarstrm.obj,datavcmn.obj,debugrpt.obj,\
+               translation.obj,languageinfo.obj,filehistorycmn.obj
 
 OBJECTS_MOTIF=radiocmn.obj,combocmn.obj
 
@@ -665,3 +666,6 @@ arcfind.obj : arcfind.cpp
 tarstrm.obj : tarstrm.cpp
 datavcmn.obj : datavcmn.cpp
 debugrpt.obj : debugrpt.cpp
+translation.obj : translation.cpp
+languageinfo.obj : languageinfo.cpp
+filehistorycmn.obj : filehistorycmn.cpp