mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 13:56:05 +02:00
gtk2: use better match stock images for bitbtns
git-svn-id: trunk@19450 -
This commit is contained in:
parent
fee076fd23
commit
a6dfeecb17
@ -400,8 +400,8 @@ begin
|
||||
idButtonYes : StockName := GTK_STOCK_YES;
|
||||
idButtonNo : StockName := GTK_STOCK_NO;
|
||||
idButtonHelp : StockName := GTK_STOCK_HELP;
|
||||
idButtonAbort : StockName := GTK_STOCK_CANCEL;
|
||||
idButtonClose : StockName := GTK_STOCK_QUIT;
|
||||
idButtonAbort : StockName := GTK_STOCK_STOP;
|
||||
idButtonClose : StockName := GTK_STOCK_CLOSE;
|
||||
|
||||
idDialogWarning : StockName := GTK_STOCK_DIALOG_WARNING;
|
||||
idDialogError : StockName := GTK_STOCK_DIALOG_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user