diff options
author | Guillaume Seguin <guillaume@segu.in> | 2007-10-06 13:39:04 +0200 |
---|---|---|
committer | Guillaume Seguin <guillaume@segu.in> | 2007-10-06 13:39:04 +0200 |
commit | 79a941def4d4a16853ff2469d9bf83a40b8aa8b6 (patch) | |
tree | b5277da755d504aaf308f98606278cf9874cc13c | |
parent | 4408ec1af269a05ee354fa25780b27c1214f0291 (diff) | |
download | tictactoe-master.tar.gz tictactoe-master.tar.bz2 |
-rw-r--r-- | tictactoe.glade | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/tictactoe.glade b/tictactoe.glade index 8268507..e376ff5 100644 --- a/tictactoe.glade +++ b/tictactoe.glade @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!--Generated with glade3 3.3.1 on Tue Jul 24 18:18:58 2007 by ixce@ed3n-m--> +<!--Generated with glade3 3.3.4 on Sat Oct 6 13:37:38 2007 --> <glade-interface> <widget class="GtkWindow" id="mainWindow"> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> @@ -95,6 +95,22 @@ <property name="program_name">pyTicTacToe</property> <property name="version">0.1</property> <property name="copyright" translatable="yes">Copyright (c) 2007 Guillaume Seguin <guillaume@segu.in></property> + <property name="comments" translatable="yes">Classic PyGTK Tic Tac Toe Game</property> + <property name="website">http://guillaume.segu.in</property> + <property name="license" translatable="yes">This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</property> + <property name="authors">Guillaume Seguin <guillaume@segu.in></property> <property name="logo">tictactoe-logo.png</property> <signal name="close" handler="close_about"/> <signal name="delete_event" handler="close_about"/> |