From 5a94972c2db660c9cc5fe5d79ea095af04456a21 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 17 Jul 2008 13:47:04 +0000 Subject: (svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind. -Codechange: remove all BindCString and related functions and replace it by RAW_STRING which prints the C-string raw pointer that is on the 'print stack'. --- src/lang/turkish.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lang/turkish.txt') diff --git a/src/lang/turkish.txt b/src/lang/turkish.txt index b9891e251..8aa15fe2a 100644 --- a/src/lang/turkish.txt +++ b/src/lang/turkish.txt @@ -1371,7 +1371,6 @@ STR_NETWORK_GENERAL_ONLINE :{BLACK}{COMMA}/ STR_NETWORK_CLIENTS_CAPTION :{BLACK}Oyuncular STR_NETWORK_CLIENTS_CAPTION_TIP :{BLACK}Bağlı oyuncular / en fazla oyuncu STR_NETWORK_GAME_INFO :{SILVER}OYUN BİLGİSİ -STR_ORANGE :{ORANGE}{STRING} STR_NETWORK_CLIENTS :{SILVER}İstemciler: {WHITE}{COMMA} / {COMMA} - {COMMA} / {COMMA} STR_NETWORK_LANGUAGE :{SILVER}Dil: {WHITE}{STRING} STR_NETWORK_TILESET :{SILVER}Set: {WHITE}{STRING} -- cgit v1.2.3-54-g00ecf