Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
1c0d2c75
Commit
1c0d2c75
authored
Oct 12, 2005
by
Stefan Kost
Browse files
use PACKAGE_VERSION,bump year (#318654)
* demos/gtk-demo/appwindow.c: (about_cb): use PACKAGE_VERSION,bump year (#318654)
parent
a07a5ecb
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1c0d2c75
2005-10-12 Stefan Kost <ensonic@users.sf.net>
* demos/gtk-demo/appwindow.c: (about_cb):
use PACKAGE_VERSION,bump year (#318654)
2005-10-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off
...
...
ChangeLog.pre-2-10
View file @
1c0d2c75
2005-10-12 Stefan Kost <ensonic@users.sf.net>
* demos/gtk-demo/appwindow.c: (about_cb):
use PACKAGE_VERSION,bump year (#318654)
2005-10-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off
...
...
demos/gtk-demo/appwindow.c
View file @
1c0d2c75
...
...
@@ -4,6 +4,7 @@
*/
#include
<gtk/gtk.h>
#include
"config.h"
#include
"demo-common.h"
static
GtkWidget
*
window
=
NULL
;
...
...
@@ -132,8 +133,8 @@ about_cb (GtkAction *action,
gtk_about_dialog_set_url_hook
(
activate_url
,
NULL
,
NULL
);
gtk_show_about_dialog
(
GTK_WINDOW
(
window
),
"name"
,
"GTK+ Code Demos"
,
"version"
,
"2.4.3"
,
"copyright"
,
"(C) 1997-200
4
The GTK+ Team"
,
"version"
,
PACKAGE_VERSION
,
"copyright"
,
"(C) 1997-200
5
The GTK+ Team"
,
"license"
,
license
,
"website"
,
"http://www.gtk.org"
,
"comments"
,
"Program to demonstrate GTK+ functions."
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment