Revert "dialog: Fix docs for GtkDialog"

This reverts commit e4bb02f8ae.

Responses don't have to be negative.
This commit is contained in:
Matthias Clasen 2013-10-28 06:39:21 -04:00
parent 389a0e0c89
commit 0b726a409e

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>