[gpointing-device-settings] Use close button instead of ok button.
- From: Hiroyuki Ikezoe <hiikezoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gpointing-device-settings] Use close button instead of ok button.
- Date: Fri, 5 Mar 2010 09:59:39 +0000 (UTC)
commit 8aba75a8a87f224717a7ec691df21d4052c2385a
Author: Hiroyuki Ikezoe <poincare ikezoe net>
Date: Fri Mar 5 18:59:24 2010 +0900
Use close button instead of ok button.
data/main-window.ui | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/main-window.ui b/data/main-window.ui
index 0cc462f..e5ae636 100644
--- a/data/main-window.ui
+++ b/data/main-window.ui
@@ -41,8 +41,8 @@
<child internal-child="action_area">
<object class="GtkHButtonBox" id="button-box">
<child>
- <object class="GtkButton" id="button-ok">
- <property name="label">gtk-ok</property>
+ <object class="GtkButton" id="button-close">
+ <property name="label">gtk-close</property>
<property name="use-stock">True</property>
</object>
</child>
@@ -51,7 +51,7 @@
</object>
</child>
<action-widgets>
- <action-widget response="GTK_RESPONSE_OK">button-ok</action-widget>
+ <action-widget response="GTK_RESPONSE_CLOSE">button-close</action-widget>
</action-widgets>
</object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]