b80e7857c9
Update to 4.0.4 OBS-URL: https://build.opensuse.org/request/show/427051 OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=27
13 lines
493 B
Diff
13 lines
493 B
Diff
Index: common/searchhelpfilefullpath.cpp
|
|
===================================================================
|
|
--- common/searchhelpfilefullpath.cpp.orig
|
|
+++ common/searchhelpfilefullpath.cpp
|
|
@@ -107,6 +107,7 @@ wxString SearchHelpFileFullPath( const S
|
|
// Below we account for an international subdirectory.
|
|
subdirs.Add( wxT( "share" ) );
|
|
subdirs.Add( wxT( "doc" ) );
|
|
+ subdirs.Add( wxT( "packages" ) );
|
|
subdirs.Add( wxT( "kicad" ) );
|
|
subdirs.Add( wxT( "help" ) );
|
|
|