Browse Source

Kick NAMELESS_PROJECT to project.h

6.0.7
Marek Roszko 5 years ago
parent
commit
49607be57b
  1. 3
      include/common.h
  2. 2
      include/project.h

3
include/common.h

@ -53,9 +53,6 @@ class PROJECT;
class SEARCH_STACK;
class REPORTER;
/// default name for nameless projects
#define NAMELESS_PROJECT wxT( "noname" )
/**
* Run a command in a child process.
*

2
include/project.h

@ -37,6 +37,8 @@
/// Currently an environment variable, eventually a project variable.
#define PROJECT_VAR_NAME wxT( "KIPRJMOD" )
/// default name for nameless projects
#define NAMELESS_PROJECT wxT( "noname" )
class wxConfigBase;
class PARAM_CFG;

Loading…
Cancel
Save