diff options
Diffstat (limited to 'src/ui/ui_invoices.cpp')
| -rw-r--r-- | src/ui/ui_invoices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_invoices.cpp b/src/ui/ui_invoices.cpp index fdeafc6..1be0c82 100644 --- a/src/ui/ui_invoices.cpp +++ b/src/ui/ui_invoices.cpp @@ -206,7 +206,7 @@ static void draw_invoice_form(invoice* buffer, bool viewing_only = false) ImGui::Separator(); - if (ImGui::FormFileSelector(buffer->document.original_path)) { + if (ImGui::FormInvoiceFileSelector("Select file...", buffer->document.original_path)) { // @localize buffer->document.copy_path[0] = 0; } |
