projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c581f4c
)
AlertDialog: Remove spurious/unmatched backtick
author
Daniel Boles
<dboles.src@gmail.com>
Tue, 4 Jul 2023 21:42:50 +0000
(22:42 +0100)
committer
Daniel Boles
<dboles.src@gmail.com>
Tue, 4 Jul 2023 21:42:50 +0000
(22:42 +0100)
gtk/gtkalertdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkalertdialog.c
b/gtk/gtkalertdialog.c
index efb4ed4a6427f27e61c9fe51a2273400c3b4520f..ac2633deebb52bfdab992e72f291b488167b1008 100644
(file)
--- a/
gtk/gtkalertdialog.c
+++ b/
gtk/gtkalertdialog.c
@@
-733,7
+733,7
@@
gtk_alert_dialog_choose (GtkAlertDialog *self,
* and returns the index of the button that was clicked.
*
* Returns: the index of the button that was clicked, or -1 if
- * the dialog was cancelled and
`
[property@Gtk.AlertDialog:cancel-button]
+ * the dialog was cancelled and [property@Gtk.AlertDialog:cancel-button]
* is not set
*
* Since: 4.10