/[gnue]/gnue-forms/src/uidrivers/gtk2/ToolBar.py
ViewVC logotype

Diff of /gnue-forms/src/uidrivers/gtk2/ToolBar.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by siesel, Tue May 20 00:06:35 2003 UTC revision 1.3 by siesel, Thu Oct 9 22:21:35 2003 UTC
# Line 59  class ToolBar(_BaseToolBar): Line 59  class ToolBar(_BaseToolBar):
59    
60      # TODO: try to use stock items for basic functions (load/save...)      # TODO: try to use stock items for basic functions (load/save...)
61            
62      label = name.decode('iso8859-1') # FIXME: load encoding from some other place      # TODO: remove decode step, when gettext translations are send
63        # in unicode instead of local encoding
64        label = unicode(name,gConfigForms('textEncoding'))
65      iconloc = userAction.getIconLocation(size="24x24")      iconloc = userAction.getIconLocation(size="24x24")
66    
67      # Set the action icon if available      # Set the action icon if available

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26