Merge pull request #679 from dumganhar/modify_prompt

Modify prompt of building successfully
This commit is contained in:
dumganhar 2012-01-12 05:10:31 -08:00
commit d2f41bca1a
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ function ConfigureProject()
call ReplaceFileContent(szProjectName+"\bada\sdk"+cstr(i)+".0\.cproject", "HelloWorld", szProjectName)
next
call msgbox("Congratulations, the '"+szProjectName+"' project have been created successfully, please input the project from Bada IDE!", 0, szPrompt)
call msgbox("Congratulations, the '"+szProjectName+"' project have been created successfully, please use Bada IDE to import the project!", 0, szPrompt)
end function

View File

@ -70,7 +70,7 @@ function ConfigureProject()
call ReplaceFileContent(szProjectName+"\qnx\.project", "HelloWorld", szProjectName)
call ReplaceFileContent(szProjectName+"\qnx\.cproject", "HelloWorld", szProjectName)
call msgbox("Congratulations, the '"+szProjectName+"' project have been created successfully, please input the project from QNX IDE!", 0, szPrompt)
call msgbox("Congratulations, the '"+szProjectName+"' project have been created successfully, please use QNX IDE to import the project!", 0, szPrompt)
end function