docs: use proper quotations instead of '*'
This commit is contained in:
@ -1375,7 +1375,7 @@ gtk_button_new_from_stock (const gchar *stock_id)
|
||||
*
|
||||
* Creates a new #GtkButton containing a label.
|
||||
* If characters in @label are preceded by an underscore, they are underlined.
|
||||
* If you need a literal underscore character in a label, use '__' (two
|
||||
* If you need a literal underscore character in a label, use “__” (two
|
||||
* underscores). The first underlined character represents a keyboard
|
||||
* accelerator called a mnemonic.
|
||||
* Pressing Alt and that key activates the button.
|
||||
|
||||
Reference in New Issue
Block a user