Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 655724
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/wxTerminal.cpp
0
++ b/wxTerminal.cpp
Lines 506-512 Link Here
506
#else
506
#else
507
			      wxStandardPaths::Get().GetDocumentsDir() :
507
			      wxStandardPaths::Get().GetDocumentsDir() :
508
#endif
508
#endif
509
			      *wxEmptyString),
509
			      ""),
510
			    wxEmptyString,
510
			    wxEmptyString,
511
			    _T("Logo workspaces(*.lg)|*.lg|All files(*)|*"),
511
			    _T("Logo workspaces(*.lg)|*.lg|All files(*)|*"),
512
//			    "*",
512
//			    "*",
Lines 542-548 Link Here
542
#else
542
#else
543
	    wxStandardPaths::Get().GetDocumentsDir() :
543
	    wxStandardPaths::Get().GetDocumentsDir() :
544
#endif
544
#endif
545
			  *wxEmptyString),
545
			  ""),
546
	 wxEmptyString,
546
	 wxEmptyString,
547
	 _T("Logo workspaces(*.lg)|*.lg|All files(*)|*"),
547
	 _T("Logo workspaces(*.lg)|*.lg|All files(*)|*"),
548
//	 "*",
548
//	 "*",

Return to bug 655724