gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog gui/gtk.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog gui/gtk.cpp
Date: Thu, 12 Apr 2007 07:02:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/04/12 07:02:15

Modified files:
        .              : ChangeLog 
        gui            : gtk.cpp 

Log message:
        Fixed 'acces'-typo -> 'access'

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2856&r2=1.2857
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtk.cpp?cvsroot=gnash&r1=1.83&r2=1.84

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2856
retrieving revision 1.2857
diff -u -b -r1.2856 -r1.2857
--- ChangeLog   12 Apr 2007 06:58:27 -0000      1.2856
+++ ChangeLog   12 Apr 2007 07:02:15 -0000      1.2857
@@ -1,7 +1,7 @@
 2007-04-11 Stephan Peijnik <address@hidden>
 
        * gui/gtk.cpp: Changed Copyright years from 2005-2007 -> 2005, 2006,
-         2007
+         2007. Fixed 'acces'-typo -> 'access'.
 
 2007-04-11 Antti Ajanki <address@hidden>
        

Index: gui/gtk.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gtk.cpp,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- gui/gtk.cpp 12 Apr 2007 06:58:27 -0000      1.83
+++ gui/gtk.cpp 12 Apr 2007 07:02:15 -0000      1.84
@@ -14,7 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: gtk.cpp,v 1.83 2007/04/12 06:58:27 nihilus Exp $ */
+/* $Id: gtk.cpp,v 1.84 2007/04/12 07:02:15 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -636,7 +636,7 @@
     gtk_widget_show (table4);
     gtk_container_add (GTK_CONTAINER (alignment2), table4);
     
-    label13 = gtk_label_new ("Allow remote acces from: ");
+    label13 = gtk_label_new ("Allow remote access from: ");
     gtk_widget_show (label13);
     gtk_table_attach (GTK_TABLE (table4), label13, 0, 1, 0, 1,
                       (GtkAttachOptions) (GTK_FILL),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]