aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--doc/gnunet-gtk.16
-rw-r--r--gnunet-gtk.glade2
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#
22AC_PREREQ(2.57) 22AC_PREREQ(2.57)
23AC_INIT([gnunet-gtk],[0.7.0a],[bug-gnunet@gnu.org]) 23AC_INIT([gnunet-gtk],[0.7.0b],[bug-gnunet@gnu.org])
24AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.0a]) 24AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.0b])
25AM_CONFIG_HEADER(config.h) 25AM_CONFIG_HEADER(config.h)
26 26
27AH_TOP([#define _GNU_SOURCE 1]) 27AH_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
3gnunet-gtk \- a gtk interface for accessing GNUnet 3gnunet-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
9gnunet-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. 9gnunet\-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
12print help page 12print help page
@@ -19,7 +19,7 @@ print the version number
19.SH NOTES 19.SH NOTES
20.PP 20.PP
21Multiple 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, 21Multiple 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,
22use \fBgnunet\-insert\fP. Some functionality of gnunet-gtk can be accessed by pressing down the right mouse button in appropriate windows. 22use \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">&lt;span size=&quot;x-large&quot;&gt;Welcome to gnunet-gtk 0.7.0&lt;/span&gt;</property> 88 <property name="label" translatable="yes">&lt;span size=&quot;x-large&quot;&gt;Welcome to gnunet-gtk 0.7.0b&lt;/span&gt;</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>