summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/unx/gtk/app/gtksys.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx
index acaacc5b52f4..27e7dbd959b5 100644
--- a/vcl/unx/gtk/app/gtksys.cxx
+++ b/vcl/unx/gtk/app/gtksys.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gtksys.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:36:39 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:44:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -74,7 +74,7 @@ int GtkSalSystem::ShowNativeDialog( const String& rTitle,
GTK_BUTTONS_NONE, aMessage.GetBuffer(), NULL );
gtk_window_set_title( GTK_WINDOW( mainwin ), aTitle.GetBuffer() );
- gint i, nButtons = 0, nResponse;
+ gint nButtons = 0, nResponse;
int nButton = 0;
for( std::list< String >::const_iterator it = rButtons.begin(); it != rButtons.end(); ++it )