Changeset 22 in dev for ProjectEditor/ChildWndOnRebar.cpp


Ignore:
Timestamp:
Dec 29, 2006, 1:55:55 AM (17 years ago)
Author:
dai_9181
Message:

バックアップ用ディレクトリが消去されていたときは、自動生成する。
プロ版の概念を除去。機能制限を解除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProjectEditor/ChildWndOnRebar.cpp

    r3 r22  
    145145
    146146
    147                 if(bProfessional){
    148                     //Pro版は埋め込み型で表示
    149                     lstrcpy(temporary,"http://www.activebasic.com/application_search.php?query=");
    150                     lstrcat(temporary,buffer);
    151                     lstrcat(temporary,"&type=web&utf_sw=1");
    152 
    153                     pobj_SideWeb->GoPage(temporary);
    154                 }
    155                 else{
    156                     //Standard版は外部リンクとして表示
    157                     lstrcpy(temporary,"http://www.activebasic.com/search.php?query=");
    158                     lstrcat(temporary,buffer);
    159                     lstrcat(temporary,"&type=web&utf_sw=1");
    160 
    161                     ShellExecute(hwnd,"open","iexplore.exe",temporary,NULL,SW_SHOWNORMAL);
    162                 }
     147                //埋め込み型で表示
     148                lstrcpy(temporary,"http://www.activebasic.com/application_search.php?query=");
     149                lstrcat(temporary,buffer);
     150                lstrcat(temporary,"&type=web&utf_sw=1");
     151
     152                pobj_SideWeb->GoPage(temporary);
    163153
    164154
Note: See TracChangeset for help on using the changeset viewer.