~mcfletch/eric/update-to-4.5.13

« back to all changes in this revision

Viewing changes to eric/Plugins/AboutPlugin/AboutDialog.py

Tags: 4.5.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
 
3
 
# Copyright (c) 2004 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>
 
3
# Copyright (c) 2004 - 2012 Detlev Offenbach <detlev@die-offenbachs.de>
4
4
#
5
5
 
6
6
"""
61
61
    Chinese translations
62
62
 
63
63
Gianluca
 
64
Leonardo Giordani
64
65
    Italian translations
65
66
"""
66
67
)
750
751
        self.setupUi(self)
751
752
        
752
753
        self.ericLabel.setText(titleText)
753
 
        self.ericPixmap.setPixmap(UI.PixmapCache.getPixmap("eric.png"))
 
754
        self.ericPixmap.setPixmap(UI.PixmapCache.getPixmap("eric.png").scaled(48, 48))
754
755
        
755
756
        ####################################################################
756
757
        ## ABOUT