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

Commit

Permalink
change 16x16 package to valid package name _16x16
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Jul 28, 2011
1 parent 0f53924 commit e975505
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
Expand Up @@ -33,10 +33,10 @@ public interface Resources extends ClientBundle
@Source("org/zanata/webtrans/WebTransStyles.css")
WebTransStyles style();

@Source("org/zanata/webtrans/images/crystal_project/16x16/actions/info.png")
@Source("org/zanata/webtrans/images/crystal_project/_16x16/actions/info.png")
ImageResource infoButton();

@Source("org/zanata/webtrans/images/crystal_project/16x16/actions/search.png")
@Source("org/zanata/webtrans/images/crystal_project/_16x16/actions/search.png")
ImageResource searchButton();

@Source("org/zanata/webtrans/images/banner_bg.png")
Expand Down
Expand Up @@ -61,10 +61,10 @@ public class InlineTargetCellEditor implements CellEditor<TransUnit>
*/
public static interface TargetCellEditorImages extends InlineCellEditorImages
{
@Resource("org/zanata/webtrans/images/crystal_project/16x16/actions/button_save.png")
@Resource("org/zanata/webtrans/images/crystal_project/_16x16/actions/button_save.png")
AbstractImagePrototype cellEditorAccept();

@Resource("org/zanata/webtrans/images/crystal_project/16x16/actions/button_cancel.png")
@Resource("org/zanata/webtrans/images/crystal_project/_16x16/actions/button_cancel.png")
AbstractImagePrototype cellEditorCancel();
}

Expand Down
Expand Up @@ -60,7 +60,7 @@ public class TableEditorTableDefinition extends DefaultTableDefinition<TransUnit

public static interface OperationsColumnImages extends ImageBundle
{
@Resource("org/zanata/webtrans/images/crystal_project/16x16/actions/2rightarrow.png")
@Resource("org/zanata/webtrans/images/crystal_project/_16x16/actions/2rightarrow.png")
AbstractImagePrototype copySrcButton();
}

Expand Down

0 comments on commit e975505

Please sign in to comment.