Ignore:
Timestamp:
May 1, 2008, 11:03:14 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/DocumentAdvice.cpp

    r475 r523  
    6565    else if(LOWORD(msg)==IDM_ALLSELECT) SetStatusText("Select the entire document");
    6666    else if(LOWORD(msg)==IDM_FIND) SetStatusText("Search for text in the active document");
    67     else if(LOWORD(msg)==IDM_PERMUTATION) SetStatusText("Replace occurrences of search string");
     67    else if(LOWORD(msg)==IDM_PERMUTATION) SetStatusText("Replace occurrences of search std::string");
    6868    else if(LOWORD(msg)==IDM_PROJECTVIEW) SetStatusText("Show or hide ProjectView");
    6969    else if(LOWORD(msg)==IDM_PROJECT_OPTION) SetStatusText("Set project options");
Note: See TracChangeset for help on using the changeset viewer.