diff options
author | Christian Grothoff <christian@grothoff.org> | 2005-12-23 23:16:15 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2005-12-23 23:16:15 +0000 |
commit | 64826ef5ecd0921641b2507d7a1e5ce0be243214 (patch) | |
tree | eb77b072dfcd861fd72120728499595dfe027f37 | |
parent | 7f81b3d9bbee031ded15400b5fcb880e369baf66 (diff) | |
download | gnunet-gtk-64826ef5ecd0921641b2507d7a1e5ce0be243214.tar.gz gnunet-gtk-64826ef5ecd0921641b2507d7a1e5ce0be243214.zip |
bump
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | doc/gnunet-gtk.1 | 6 | ||||
-rw-r--r-- | gnunet-gtk.glade | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 25ba9af0..d9b4001a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -20,8 +20,8 @@ | |||
20 | # Process this file with autoconf to produce a configure script. | 20 | # Process this file with autoconf to produce a configure script. |
21 | # | 21 | # |
22 | AC_PREREQ(2.57) | 22 | AC_PREREQ(2.57) |
23 | AC_INIT([gnunet-gtk],[0.7.0a],[bug-gnunet@gnu.org]) | 23 | AC_INIT([gnunet-gtk],[0.7.0b],[bug-gnunet@gnu.org]) |
24 | AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.0a]) | 24 | AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.0b]) |
25 | AM_CONFIG_HEADER(config.h) | 25 | AM_CONFIG_HEADER(config.h) |
26 | 26 | ||
27 | AH_TOP([#define _GNU_SOURCE 1]) | 27 | AH_TOP([#define _GNU_SOURCE 1]) |
diff --git a/doc/gnunet-gtk.1 b/doc/gnunet-gtk.1 index 440c5563..65c40ab9 100644 --- a/doc/gnunet-gtk.1 +++ b/doc/gnunet-gtk.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .TH GNUNET-GTK "1" "6 Jun 2002" "GNUnet" | 1 | .TH GNUNET-GTK "1" "23 Dec 2005" "GNUnet" |
2 | .SH NAME | 2 | .SH NAME |
3 | gnunet-gtk \- a gtk interface for accessing GNUnet | 3 | gnunet-gtk \- a gtk interface for accessing GNUnet |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
@@ -6,7 +6,7 @@ gnunet-gtk \- a gtk interface for accessing GNUnet | |||
6 | [\fIOPTIONS\fR] | 6 | [\fIOPTIONS\fR] |
7 | .SH DESCRIPTION | 7 | .SH DESCRIPTION |
8 | .PP | 8 | .PP |
9 | gnunet-gtk is a gtk+ based GUI for searching, downloading and inserting files on GNUnet. It supports queries of the form foo AND bar (notice that AND must be capitalized and that keywords are case-sensitive), just like gnunet-search. It can also be used to create and publish content directories out of search results and inserted files. | 9 | gnunet\-gtk is a gtk+ based GUI for searching, downloading and inserting files on GNUnet. It supports queries of the form "foo AND bar" (notice that AND must be capitalized and that keywords are case\-sensitive), just like gnunet\-search. It can also be used to create and publish content directories out of search results and inserted files. |
10 | .TP | 10 | .TP |
11 | \fB\-h\fR, \fB\-\-help\fR | 11 | \fB\-h\fR, \fB\-\-help\fR |
12 | print help page | 12 | print help page |
@@ -19,7 +19,7 @@ print the version number | |||
19 | .SH NOTES | 19 | .SH NOTES |
20 | .PP | 20 | .PP |
21 | Multiple files can be downloaded by holding down CTRL while selecting, or by SHIFT, if you wish to select everything between the last selection and the currently pointed row. If you want to insert multiple files at once, | 21 | Multiple files can be downloaded by holding down CTRL while selecting, or by SHIFT, if you wish to select everything between the last selection and the currently pointed row. If you want to insert multiple files at once, |
22 | use \fBgnunet\-insert\fP. Some functionality of gnunet-gtk can be accessed by pressing down the right mouse button in appropriate windows. | 22 | use \fBgnunet\-insert\fP. Some functionality of gnunet\-gtk can be accessed by pressing down the right mouse button in appropriate windows. |
23 | .SH FILES | 23 | .SH FILES |
24 | .TP | 24 | .TP |
25 | ~/.gnunet/gnunet.conf | 25 | ~/.gnunet/gnunet.conf |
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade index 5b2fd8b3..b34eb261 100644 --- a/gnunet-gtk.glade +++ b/gnunet-gtk.glade | |||
@@ -85,7 +85,7 @@ | |||
85 | <child> | 85 | <child> |
86 | <widget class="GtkLabel" id="titleLabel"> | 86 | <widget class="GtkLabel" id="titleLabel"> |
87 | <property name="visible">True</property> | 87 | <property name="visible">True</property> |
88 | <property name="label" translatable="yes"><span size="x-large">Welcome to gnunet-gtk 0.7.0</span></property> | 88 | <property name="label" translatable="yes"><span size="x-large">Welcome to gnunet-gtk 0.7.0b</span></property> |
89 | <property name="use_underline">False</property> | 89 | <property name="use_underline">False</property> |
90 | <property name="use_markup">True</property> | 90 | <property name="use_markup">True</property> |
91 | <property name="justify">GTK_JUSTIFY_CENTER</property> | 91 | <property name="justify">GTK_JUSTIFY_CENTER</property> |