2016-05-08 09:04:37 +02:00
|
|
|
Index: common/searchhelpfilefullpath.cpp
|
|
|
|
===================================================================
|
|
|
|
--- common/searchhelpfilefullpath.cpp.orig
|
|
|
|
+++ common/searchhelpfilefullpath.cpp
|
|
|
|
@@ -107,6 +107,7 @@ wxString SearchHelpFileFullPath( const S
|
2016-09-12 22:15:04 +02:00
|
|
|
// Below we account for an international subdirectory.
|
2019-03-15 16:05:24 +01:00
|
|
|
subdirs.Add( "share" );
|
|
|
|
subdirs.Add( "doc" );
|
|
|
|
+ subdirs.Add( "packages" );
|
|
|
|
subdirs.Add( "kicad" );
|
|
|
|
subdirs.Add( "help" );
|
2016-09-12 22:15:04 +02:00
|
|
|
|