OSDN Git Service

TPI_ERROR_SUCCESSの値を変更したことによる修正。
authorsirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Sun, 1 Nov 2009 08:30:16 +0000 (08:30 +0000)
committersirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Sun, 1 Nov 2009 08:30:16 +0000 (08:30 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tpi/tpi@82 9df91469-1e22-0410-86e7-ea8537beb833

src/frontend/frm_main.cpp

index 9d12792..5e41449 100644 (file)
@@ -943,9 +943,8 @@ int MainFrame::ErrorCheck(int nErrorCode)
 {
        switch (nErrorCode)
        {
-       // \82Ç\82¿\82ç\82à\92l\82ªTRUE\82È\82Ì\82Å\8eb\92è\93I\82É\83R\83\81\83\93\83g\83A\83E\83g\81B
        case TPI_ERROR_SUCCESS:
-//     case TPI_CALLBACK_CONTINUE:
+       case TPI_CALLBACK_CONTINUE:
                break;
        case TPI_ERROR_D_UNSUPPORTED:
                ::ErrDlg(wxT("Sorry, this function is not supported yet."), this);