From d61ebcf446175bb4af4fa18896e8845b1b8cc93a Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Thu, 31 Oct 2013 09:08:36 -0400 Subject: [PATCH] Shorten footprint library table environment variable KICAD_PRJ_PATH to KIPRJMOD. --- common/fp_lib_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fp_lib_table.cpp b/common/fp_lib_table.cpp index dc5388136a..2e0c7be719 100644 --- a/common/fp_lib_table.cpp +++ b/common/fp_lib_table.cpp @@ -51,7 +51,7 @@ static const wxString traceFpLibTable( wxT( "KicadFpLibTable" ) ); /// The evinronment variable name for the current project path. This is used interanally /// at run time and is not exposed outside of the current process. -static wxString projectPathEnvVariableName( wxT( "KICAD_PRJ_PATH" ) ); +static wxString projectPathEnvVariableName( wxT( "KIPRJMOD" ) ); /// The footprint library table name used when no project file is passed to Pcbnew or CvPcb. /// This is used temporarily to store the project specific library table until the project