Changeset - r16140:bbb00026d09a
[Not reviewed]
master
0 3 0
frosch - 14 years ago 2010-09-25 19:13:25
frosch@openttd.org
(svn r20846) -Fix: some whitespace.
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/lang/irish.txt
Show inline comments
 
@@ -2193,7 +2193,7 @@ STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_NORMAL_EXITSIGNALS          :Ráille iarnróid le comharthaí bloic agus amach
 
STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_NORMAL_COMBOSIGNALS         :Ráille iarnróid le comharthaí bloic agus teaglama
 
STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_NORMAL_PBSSIGNALS           :Ráille iarnróid le comharthaí bloic agus cosán
 
STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_NORMAL_NOENTRYSIGNALS       :Ráille iarnróid le comharthaí bloic agus cosán aonbhealaigh
 
STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_PRE_EXITSIGNALS             :Ráille iarnróid le comharthaí réamh-chomharthaí 	agus comharthaí amach
 
STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_PRE_EXITSIGNALS             :Ráille iarnróid le comharthaí réamh-chomharthaí agus comharthaí amach
 
STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_PRE_COMBOSIGNALS            :Ráille iarnróid le comharthaí réamh-chomharthaí agus comharthaí teaglama
 
STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_PRE_PBSSIGNALS              :Ráille iarnróid le comharthaí réamh-chomharthaí agus comharthaí cosán
 
STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_PRE_NOENTRYSIGNALS          :Ráille iarnróid le comharthaí réamh-chomharthaí agus comharthaí cosán aonbhealaigh
src/os/windows/crashlog_win.cpp
Show inline comments
 
@@ -437,7 +437,7 @@ char *CrashLogWindows::AppendDecodedStac
 
		proc.pSymCleanup(hCur);
 
	}
 

	
 
	return 	buffer + seprintf(buffer, last, "\n*** End of additional info ***\n");
 
	return buffer + seprintf(buffer, last, "\n*** End of additional info ***\n");
 
}
 

	
 
/* virtual */ int CrashLogWindows::WriteCrashDump(char *filename, const char *filename_last) const
src/signs_gui.cpp
Show inline comments
 
@@ -350,7 +350,7 @@ struct SignListWindow : QueryStringBaseW
 
	virtual void OnMouseLoop()
 
	{
 
		this->HandleEditBox(SLW_FILTER_TEXT);
 
 	}
 
	}
 

	
 

	
 
	virtual void OnInvalidateData(int data)
0 comments (0 inline, 0 general)