fix: correct default text for button labels in gtk dialogs (#31798)

This commit is contained in:
Charles Kerr 2021-11-15 01:18:33 -06:00 committed by GitHub
parent c8ba3b4556
commit 22f863b37a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 17 deletions

View file

@ -11,9 +11,6 @@ class SkBitmap;
namespace gtk_util {
const char* GettextPackage();
const char* GtkGettext(const char* str);
const char* GetCancelLabel();
const char* GetOpenLabel();
const char* GetSaveLabel();