Fix names of newly introduced wxSTC constants
In 68888ca0a2 there were introduced new wxSTC constants representing Scintilla SCTD_* parameters. Unfortunately, their names don't conform to naming convention of other constants and therefore should be changed. For the sake of consistency, Scintilla SCTD_* names should be mapped to wxSTC_TD_* ones.
Closes #17807.
			
			
This commit is contained in:
		
				
					committed by
					
						
						Artur Wieczorek
					
				
			
			
				
	
			
			
			
						parent
						
							c6e4507c07
						
					
				
				
					commit
					98720ee7a4
				
			@@ -25,8 +25,8 @@
 | 
			
		||||
#define wxSTC_WS_VISIBLEALWAYS 1
 | 
			
		||||
#define wxSTC_WS_VISIBLEAFTERINDENT 2
 | 
			
		||||
#define wxSTC_WS_VISIBLEONLYININDENT 3
 | 
			
		||||
#define wxSTC_SCTD_LONGARROW 0
 | 
			
		||||
#define wxSTC_SCTD_STRIKEOUT 1
 | 
			
		||||
#define wxSTC_TD_LONGARROW 0
 | 
			
		||||
#define wxSTC_TD_STRIKEOUT 1
 | 
			
		||||
#define wxSTC_EOL_CRLF 0
 | 
			
		||||
#define wxSTC_EOL_CR 1
 | 
			
		||||
#define wxSTC_EOL_LF 2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user