mirror of https://github.com/PCSX2/pcsx2.git
Merge pull request #421 from micove/fix-issue-402
Fix issues with DOC_DIR_COMPILATION.
This commit is contained in:
commit
a3cd81c1bb
|
@ -77,7 +77,7 @@ Panels::FirstTimeIntroPanel::FirstTimeIntroPanel( wxWindow* parent )
|
||||||
// change it with compilation flags. -- Gregory
|
// change it with compilation flags. -- Gregory
|
||||||
#define xDOC_str(s) DOC_str(s)
|
#define xDOC_str(s) DOC_str(s)
|
||||||
#define DOC_str(s) #s
|
#define DOC_str(s) #s
|
||||||
faqFile.Write( L"file://%s/PCSX2_FAQ.pdf", xDOC_str(DOC_DIR_COMPILATION) );
|
faqFile.Write( L"file://%s/PCSX2_FAQ.pdf", WX_STR(wxDirName(xDOC_str(DOC_DIR_COMPILATION)).ToString()) );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
wxStaticBoxSizer& langSel = *new wxStaticBoxSizer( wxVERTICAL, this, _("Language selector") );
|
wxStaticBoxSizer& langSel = *new wxStaticBoxSizer( wxVERTICAL, this, _("Language selector") );
|
||||||
|
|
Loading…
Reference in New Issue