Changeset cd7907432b0010efa93303b93f17fd3c64d253f9
- Timestamp:
- 01/06/07 23:57:34 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- cf2a88485aa4b1cd85b74672b5b00ac29dfebdf5
- Children:
- 67b341e7f10150ced6a38e8d38c91f9abf069d21
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:57:34Z+0000
- Message:
-
[project @ Use a connect button instead of ok in the join dialog]
Original author: Philipp Kern <phil@…>
Date: 2006-03-02 21:28:24+00:00
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rb51d6fe
|
rcd79074
|
|
| 123 | 123 | |
| 124 | 124 | add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL); |
| 125 | | add_button(Gtk::Stock::OK, Gtk::RESPONSE_OK); |
| | 125 | add_button(Gtk::Stock::CONNECT, Gtk::RESPONSE_OK); |
| 126 | 126 | |
| 127 | 127 | show_all(); |