Changeset 3324
- Timestamp:
- 03/13/09 20:47:07 (3 years ago)
- Location:
- trunk/Padre/lib/Padre/Wx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Bottom.pm
r3313 r3324 54 54 55 55 # Set the locale-aware caption 56 $self->aui->caption _gettext('bottom' => 'Output View');56 $self->aui->caption('bottom' => Wx::gettext('Output View')); 57 57 58 58 return $self; -
trunk/Padre/lib/Padre/Wx/Notebook.pm
r3313 r3324 40 40 ->Layer(1) 41 41 ); 42 $main->aui->caption _gettext('notebook' => 'Files');42 $main->aui->caption('notebook' => Wx::gettext('Files')); 43 43 44 44 Wx::Event::EVT_AUINOTEBOOK_PAGE_CHANGED( -
trunk/Padre/lib/Padre/Wx/Right.pm
r3313 r3324 54 54 55 55 # Set the locale-aware caption 56 $self->aui->caption _gettext('right' => 'Workspace View');56 $self->aui->caption('right' => Wx::gettext('Workspace View')); 57 57 58 58 return $self;
Note: See TracChangeset
for help on using the changeset viewer.
