Changeset 1587
- Timestamp:
- 07/18/08 00:44:40 (1 month ago)
- Files:
-
- branches/1.3.x/net.sourceforge.phpeclipse/icons/php/java.gif (moved) (moved from branches/1.3.x/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/java.gif) (1 prop)
- branches/1.3.x/net.sourceforge.phpeclipse/icons/php/togglepresentation.gif (moved) (moved from branches/1.3.x/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/togglepresentation.gif) (1 prop)
- branches/1.3.x/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorMessages.properties (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3.x/net.sourceforge.phpeclipse/icons/php/java.gif
- Property svn:mergeinfo set
branches/1.3.x/net.sourceforge.phpeclipse/icons/php/togglepresentation.gif
- Property svn:mergeinfo set
branches/1.3.x/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorMessages.properties
r1468 r1587 30 30 TogglePresentation.label=Change Presentation 31 31 TogglePresentation.tooltip=Enable/Disable Segmented Source Viewer 32 TogglePresentation.image= togglepresentation.gif32 TogglePresentation.image=icons/php/togglepresentation.gif 33 33 TogglePresentation.description=Enable/Disable Segmented Source Viewer 34 34 … … 61 61 ParserAction.label=Parse the PHP file 62 62 ParserAction.tooltip=Parse the current PHP file 63 ParserAction.image= java.gif63 ParserAction.image=icons/php/java.gif 64 64 ParserAction.description=Parse the current PHP file 65 65
