소스 검색

Fix for previous commit

Nicolas Petton 11 년 전
부모
커밋
17b36be465
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      st/Helios-KeyBindings.st

+ 0 - 4
st/Helios-KeyBindings.st

@@ -572,11 +572,7 @@ showWidget: aWidget
 renderBindingActionFor: aBinding on: html
 	html span class: 'command'; with: [
 		html strong 
-<<<<<<< Updated upstream
-			class: 'pull-right'; 
-=======
 			class: 'label'; 
->>>>>>> Stashed changes
 			with: aBinding shortcut asLowercase.
   		html a 
         	class: 'action';