dialog: Fix docs for GtkDialog

Responses need to be negative
This commit is contained in:
Jasper St. Pierre
2013-10-23 12:03:55 -04:00
parent 255fafb891
commit e4bb02f8ae

View File

@ -158,7 +158,7 @@
* </object>
* </child>
* <action-widgets>
* <action-widget response="3">button_ok</action-widget>
* <action-widget response="-3">button_ok</action-widget>
* <action-widget response="-5">button_cancel</action-widget>
* </action-widgets>
* </object>