Changeset 478 in dev for trunk/ab5.0/abdev/ProjectEditor


Ignore:
Timestamp:
Apr 6, 2008, 8:51:31 PM (16 years ago)
Author:
dai_9181
Message:

・リポジトリ参照の張りなおし。
・Environment::GetAbdevRootPathメソッドにて、自動的にデータの初期化を行うようにした。
・reg_exp.cppの文字コードをShift-JISに統一。

Location:
trunk/ab5.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0

    • Property svn:externals
      •  

        old new  
        11ablib http://dev.activebasic.com/svnroot/ablib/trunk
        2 abdev/build/debug/include http://dev.activebasic.com/svnroot/ablib/trunk/Include
        3 abdev/build/debug/runtime http://dev.activebasic.com/svnroot/ablib/trunk/bin/Runtime
        4 abdev/build/debug/system http://dev.activebasic.com/svnroot/ablib/trunk/bin/SubOperation
        5 abdev/build/debug/theme http://dev.activebasic.com/svnroot/ablib/trunk/bin/Theme
        6 abdev/build/release/include http://dev.activebasic.com/svnroot/ablib/trunk/Include
        7 abdev/build/release/runtime http://dev.activebasic.com/svnroot/ablib/trunk/bin/Runtime
        8 abdev/build/release/system http://dev.activebasic.com/svnroot/ablib/trunk/bin/SubOperation
        9 abdev/build/release/theme http://dev.activebasic.com/svnroot/ablib/trunk/bin/Theme
         2abdev/build/debug/ablib http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/ablib
         3abdev/build/debug/runtime http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/runtime
         4abdev/build/debug/system http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/system
         5abdev/build/debug/theme http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/theme
         6abdev/build/release/ablib http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/ablib
         7abdev/build/release/runtime http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/runtime
         8abdev/build/release/system http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/system
         9abdev/build/release/theme http://dev.activebasic.com/svnroot/ablib/trunk/ab5.0/theme
  • trunk/ab5.0/abdev/ProjectEditor/reg_exp.cpp

    r477 r478  
    1313    if( !hLib )
    1414    {
    15         MessageBox( NULL, "BREGEXP.dll �����‚���܂��B", "Gñƒƒï¿½ï¿½[", MB_OK | MB_ICONEXCLAMATION );
     15        MessageBox( NULL, "BREGEXP.dll が見つかりません。", "エラー", MB_OK | MB_ICONEXCLAMATION );
    1616    }
    1717
Note: See TracChangeset for help on using the changeset viewer.