- project name is first argument on command line
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@658 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -39,7 +39,7 @@ void mylog(const char* format, ...)
|
||||
//[/MiscUserDefs]
|
||||
|
||||
//==============================================================================
|
||||
MainComponent::MainComponent ()
|
||||
MainComponent::MainComponent (const String prjname)
|
||||
: Thread("RBM")
|
||||
, m_stack(nullptr)
|
||||
, m_pLayer(nullptr)
|
||||
@@ -116,7 +116,7 @@ MainComponent::MainComponent ()
|
||||
createButton->addListener (this);
|
||||
|
||||
addAndMakeVisible (projectNameLabel = new Label ("Project Name label",
|
||||
TRANS("test")));
|
||||
prjname));
|
||||
projectNameLabel->setFont (Font (15.00f, Font::plain));
|
||||
projectNameLabel->setJustificationType (Justification::centred);
|
||||
projectNameLabel->setEditable (true, true, false);
|
||||
|
||||
Reference in New Issue
Block a user