forked from AuroraMiddleware/gtk
Flip GTK_STOCK_CLEAR icon in rtl locales
Adwaita now includes an edit-clear-rtl variant, so lets use it.
This commit is contained in:
parent
75e770bc50
commit
66492678b5
@ -611,7 +611,7 @@ get_default_icons (GtkIconFactory *factory)
|
||||
register_stock_icon (factory, GTK_STOCK_ZOOM_OUT, "zoom-out");
|
||||
register_stock_icon (factory, GTK_STOCK_ZOOM_FIT, "zoom-fit-best");
|
||||
register_stock_icon (factory, GTK_STOCK_SELECT_ALL, "edit-select-all");
|
||||
register_stock_icon (factory, GTK_STOCK_CLEAR, "edit-clear");
|
||||
register_bidi_stock_icon (factory, GTK_STOCK_CLEAR, "edit-clear");
|
||||
register_stock_icon (factory, GTK_STOCK_SELECT_COLOR, GTK_STOCK_SELECT_COLOR);
|
||||
register_stock_icon (factory, GTK_STOCK_COLOR_PICKER, GTK_STOCK_COLOR_PICKER);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user