Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
rename icon name and use flag.png as 'save as fuzzy' button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesni committed Aug 9, 2011
1 parent fc465b1 commit d2c3e22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ public interface TableResources extends ClientBundle
* An {@link ClientBundle} that provides images for
* {@link InlineTargetCellEditor}.
*/
@Source("org/zanata/webtrans/images/crystal_project/_16x16/actions/button_save.png")
@Source("org/zanata/webtrans/images/crystal_project/_16x16/actions/3floppy_unmount.png")
ImageResource cellEditorAccept();

@Source("org/zanata/webtrans/images/crystal_project/_16x16/actions/button_cancel.png")
ImageResource cellEditorCancel();

@Source("org/zanata/webtrans/images/crystal_project/_16x16/actions/fuzzy.png")
@Source("org/zanata/webtrans/images/crystal_project/_16x16/actions/flag.png")
ImageResource cellEditorFuzzy();

@Source("org/zanata/webtrans/images/crystal_project/_16x16/actions/2rightarrow.png")
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d2c3e22

Please sign in to comment.