Update WeeChat logo, rename weechat_icon_32.png to weechat.png
This commit is contained in:
		
							parent
							
								
									7ae4dcb4bd
								
							
						
					
					
						commit
						fa610bdd10
					
				
					 4 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2,7 +2,7 @@ Copyright and license for images | |||
| ================================ | ||||
| 
 | ||||
| 
 | ||||
| Files: weechat_icon_32.png, bullet_green_8x8.png, bullet_yellow_8x8.png | ||||
| Files: weechat.png, bullet_green_8x8.png, bullet_yellow_8x8.png | ||||
| 
 | ||||
|   Copyright (C) 2011-2016 Sébastien Helleu <flashcode@flashtux.org> | ||||
|   Released under GPLv3. | ||||
|  |  | |||
							
								
								
									
										
											BIN
										
									
								
								qweechat/data/icons/weechat.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								qweechat/data/icons/weechat.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 1.7 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 2.9 KiB | 
|  | @ -550,6 +550,6 @@ class MainWindow(QtGui.QMainWindow): | |||
| app = QtGui.QApplication(sys.argv) | ||||
| app.setStyle(QtGui.QStyleFactory.create('Cleanlooks')) | ||||
| app.setWindowIcon(QtGui.QIcon( | ||||
|     resource_filename(__name__, 'data/icons/weechat_icon_32.png'))) | ||||
|     resource_filename(__name__, 'data/icons/weechat.png'))) | ||||
| main = MainWindow() | ||||
| sys.exit(app.exec_()) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sébastien Helleu
						Sébastien Helleu