diff options
Diffstat (limited to 'gtk/deprecated/gtkstock.c')
-rw-r--r-- | gtk/deprecated/gtkstock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/deprecated/gtkstock.c b/gtk/deprecated/gtkstock.c index 65c609c59d..78befcb1b0 100644 --- a/gtk/deprecated/gtkstock.c +++ b/gtk/deprecated/gtkstock.c @@ -40,7 +40,7 @@ Prebuilt common menu/toolbar items and corresponding icons * @Title: Stock Items * * Stock items represent commonly-used menu or toolbar items such as - * "Open" or "Exit". Each stock item is identified by a stock ID; + * “Open” or “Exit”. Each stock item is identified by a stock ID; * stock IDs are just strings, but macros such as #GTK_STOCK_OPEN are * provided to avoid typing mistakes in the strings. * Applications can register their own stock items in addition to those |