bdabf132d7
XArchive is a GTK+2 front-end for various command line archiving programs. The idea is to have a generic front end for archives that uses external wrappers around the command line archiving tools. Original port from Giovanni Bechis <g.bechis at snb dot it> (MAINTAINER) with some tweaks by myself
13 lines
612 B
Plaintext
13 lines
612 B
Plaintext
$OpenBSD: patch-src_widgets_gtk_c,v 1.1.1.1 2007/07/16 21:35:42 ajacoutot Exp $
|
|
--- src/widgets_gtk.c.orig Sat Jul 14 00:13:56 2007
|
|
+++ src/widgets_gtk.c Sat Jul 14 00:14:15 2007
|
|
@@ -787,7 +787,7 @@ askfor_new_archive(gchar *name)
|
|
GTK_MESSAGE_ERROR,
|
|
"Sorry, archive type not supported.\n\n"
|
|
"Please use an archive name with an\n"
|
|
- "extenstion that you have a wrapper for.\n\n"
|
|
+ "extension that you have a wrapper for.\n\n"
|
|
"For example:\n"
|
|
"If you have tar-wrap.sh:\n"
|
|
"\tsomename.tar.gz\n"
|