Merge "ChangeScreen2: Show number of related changes in the tab title"

This commit is contained in:
Edwin Kempin
2013-11-21 06:48:49 +00:00
committed by Gerrit Code Review
6 changed files with 27 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ import com.google.gwt.resources.client.ImageResource;
public interface Resources extends ClientBundle {
public static final Resources I = GWT.create(Resources.class);
static final Constants C = GWT.create(Constants.class);
static final Messages M = GWT.create(Messages.class);
@Source("star_open.png") ImageResource star_open();
@Source("star_filled.png") ImageResource star_filled();