Commit cfcee54b authored by claes's avatar claes

Double utf8 conversion removed

parent 84fd9bfa
/* /*
* Proview $Id: rt_xtt_gtk.cpp,v 1.11 2007-06-29 09:51:20 claes Exp $ * Proview $Id: rt_xtt_gtk.cpp,v 1.12 2008-02-27 06:59:27 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -146,7 +146,7 @@ void XttGtk::close( void *ctx, int terminate) ...@@ -146,7 +146,7 @@ void XttGtk::close( void *ctx, int terminate)
if ( terminate) { if ( terminate) {
strcpy( title, CoWowGtk::translate_utf8("Confirm")); strcpy( title, CoWowGtk::translate_utf8("Confirm"));
xtt->wow->DisplayQuestion( xtt, title, xtt->wow->DisplayQuestion( xtt, title,
CoWowGtk::translate_utf8( "Do you want to close"), close_ok, 0, 0); Lng::translate( "Do you want to close"), close_ok, 0, 0);
} }
else { else {
xtt->xnav->displayed = 0; xtt->xnav->displayed = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment