mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 00:58:37 +02:00
fix build
This commit is contained in:
parent
80a958f8a4
commit
a86decbbe6
@ -131,7 +131,7 @@ public:
|
||||
// Important: default window name localizes!
|
||||
const wxString& name = _("Directory Dialog"))
|
||||
{
|
||||
return wxTabTraversalWrapper<wxDirDialog>::Create(
|
||||
wxTabTraversalWrapper<wxDirDialog>::Create(
|
||||
parent, message, defaultPath, style, pos, size, name
|
||||
);
|
||||
}
|
||||
@ -172,7 +172,7 @@ public:
|
||||
// Important: default window name localizes!
|
||||
const wxString& name = _("File Dialog"))
|
||||
{
|
||||
return wxTabTraversalWrapper<FileDialog>::Create(
|
||||
wxTabTraversalWrapper<FileDialog>::Create(
|
||||
parent, message, defaultDir, defaultFile, wildCard, style, pos, sz, name
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user