The GTK save dialog is invoked in
libgtkui::SelectFileDialogImplGTK::CreateSaveAsDialog(…) like so:

GtkWidget* dialog = gtk_file_chooser_dialog_new(
    title_string.c_str(), nullptr, GTK_FILE_CHOOSER_ACTION_SAVE,
    GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_SAVE,
    GTK_RESPONSE_ACCEPT, nullptr);

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1751678

Title:
  Untranslated buttons "Cancel" and "Save" when downloading a file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1751678/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to