1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Introjucer: some preliminary AAX work.

This commit is contained in:
jules 2012-05-09 12:06:47 +01:00
parent d4deecb2f2
commit a2845d8895
13 changed files with 113 additions and 40 deletions

View file

@ -399,7 +399,6 @@ Project* NewProjectWizard::runWizard (Component* ownerWindow_,
{
project->setFile (projectFile);
project->setTitle (appTitle);
project->setBundleIdentifierToDefault();
if (! initialiseProject (*project))
return nullptr;