[chronojump] renamed some images to be able to compile on windows
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] renamed some images to be able to compile on windows
- Date: Wed, 29 Sep 2021 15:33:48 +0000 (UTC)
commit 9426ea48f6a401630284877e66c34602509a9422
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Sep 29 17:32:18 2021 +0200
renamed some images to be able to compile on windows
...ue_24dp_1x.png => race_encoder_blue_24dp_1x.png} | Bin
..._24dp_1x.png => race_encoder_yellow_24dp_1x.png} | Bin
...ct_run_blue_24dp_1x.png => run_blue_24dp_1x.png} | Bin
...ct_run_blue_24dp_2x.png => run_blue_24dp_2x.png} | Bin
...ue_24dp_1x.png => run_multiple_blue_24dp_1x.png} | Bin
..._24dp_1x.png => run_multiple_yellow_24dp_1x.png} | Bin
...e_24dp_2x.png => run_photocell_blue_24dp_2x.png} | Bin
...blue_24dp_1x.png => run_simple_blue_24dp_1x.png} | Bin
...ow_24dp_1x.png => run_simple_yellow_24dp_1x.png} | Bin
..._blue_24dp_1x.png => run_track_blue_24dp_1x.png} | Bin
src/Makefile.am | 20 ++++++++++----------
11 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/images/md/ic_direct_race_encoder_blue_24dp_1x.png b/images/md/race_encoder_blue_24dp_1x.png
similarity index 100%
rename from images/md/ic_direct_race_encoder_blue_24dp_1x.png
rename to images/md/race_encoder_blue_24dp_1x.png
diff --git a/images/md/ic_direct_race_encoder_yellow_24dp_1x.png b/images/md/race_encoder_yellow_24dp_1x.png
similarity index 100%
rename from images/md/ic_direct_race_encoder_yellow_24dp_1x.png
rename to images/md/race_encoder_yellow_24dp_1x.png
diff --git a/images/md/ic_direct_run_blue_24dp_1x.png b/images/md/run_blue_24dp_1x.png
similarity index 100%
rename from images/md/ic_direct_run_blue_24dp_1x.png
rename to images/md/run_blue_24dp_1x.png
diff --git a/images/md/ic_direct_run_blue_24dp_2x.png b/images/md/run_blue_24dp_2x.png
similarity index 100%
rename from images/md/ic_direct_run_blue_24dp_2x.png
rename to images/md/run_blue_24dp_2x.png
diff --git a/images/md/ic_direct_run_multiple_blue_24dp_1x.png b/images/md/run_multiple_blue_24dp_1x.png
similarity index 100%
rename from images/md/ic_direct_run_multiple_blue_24dp_1x.png
rename to images/md/run_multiple_blue_24dp_1x.png
diff --git a/images/md/ic_direct_run_multiple_yellow_24dp_1x.png b/images/md/run_multiple_yellow_24dp_1x.png
similarity index 100%
rename from images/md/ic_direct_run_multiple_yellow_24dp_1x.png
rename to images/md/run_multiple_yellow_24dp_1x.png
diff --git a/images/md/ic_direct_run_photocell_blue_24dp_2x.png b/images/md/run_photocell_blue_24dp_2x.png
similarity index 100%
rename from images/md/ic_direct_run_photocell_blue_24dp_2x.png
rename to images/md/run_photocell_blue_24dp_2x.png
diff --git a/images/md/ic_direct_run_simple_blue_24dp_1x.png b/images/md/run_simple_blue_24dp_1x.png
similarity index 100%
rename from images/md/ic_direct_run_simple_blue_24dp_1x.png
rename to images/md/run_simple_blue_24dp_1x.png
diff --git a/images/md/ic_direct_run_simple_yellow_24dp_1x.png b/images/md/run_simple_yellow_24dp_1x.png
similarity index 100%
rename from images/md/ic_direct_run_simple_yellow_24dp_1x.png
rename to images/md/run_simple_yellow_24dp_1x.png
diff --git a/images/md/ic_direct_run_track_blue_24dp_1x.png b/images/md/run_track_blue_24dp_1x.png
similarity index 100%
rename from images/md/ic_direct_run_track_blue_24dp_1x.png
rename to images/md/run_track_blue_24dp_1x.png
diff --git a/src/Makefile.am b/src/Makefile.am
index 462cd630d..4f1c5c274 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -531,14 +531,14 @@ RESOURCES = \
../images/md/ic_jump_blue_24dp_1x.png,image_jump.png \
../images/md/ic_jump_simple_blue_24dp_1x.png,image_jump_simple.png \
../images/md/ic_jump_reactive_blue_24dp_1x.png,image_jump_reactive.png \
- ../images/md/ic_direct_run_blue_24dp_2x.png,run_2x.png \
- ../images/md/ic_direct_run_blue_24dp_1x.png,image_run.png \
- ../images/md/ic_direct_run_simple_blue_24dp_1x.png,image_run_simple.png \
- ../images/md/ic_direct_run_simple_yellow_24dp_1x.png,image_run_simple_yellow.png \
- ../images/md/ic_direct_run_multiple_blue_24dp_1x.png,image_run_multiple.png \
- ../images/md/ic_direct_run_multiple_yellow_24dp_1x.png,image_run_multiple_yellow.png \
- ../images/md/ic_direct_run_photocell_blue_24dp_2x.png,run_photocell.png \
- ../images/md/ic_direct_run_track_blue_24dp_1x.png,run_track_distance.png \
+ ../images/md/run_blue_24dp_2x.png,run_2x.png \
+ ../images/md/run_blue_24dp_1x.png,image_run.png \
+ ../images/md/run_simple_blue_24dp_1x.png,image_run_simple.png \
+ ../images/md/run_simple_yellow_24dp_1x.png,image_run_simple_yellow.png \
+ ../images/md/run_multiple_blue_24dp_1x.png,image_run_multiple.png \
+ ../images/md/run_multiple_yellow_24dp_1x.png,image_run_multiple_yellow.png \
+ ../images/md/run_photocell_blue_24dp_2x.png,run_photocell.png \
+ ../images/md/run_track_blue_24dp_1x.png,run_track_distance.png \
../images/md/ic_build_blue_24dp_1x.png,image_build_24.png \
../images/md/ic_build_blue_16dp_1x.png,image_build_16.png \
../images/md/ic_edit_blue_24dp_1x.png,image_edit.png \
@@ -612,8 +612,8 @@ RESOURCES = \
../images/reaction_time_icon_yellow.png,reaction_time_icon_yellow.png \
../images/other_icon.png,other_icon.png \
../images/other_icon_yellow.png,other_icon_yellow.png \
- ../images/md/ic_direct_race_encoder_blue_24dp_1x.png,race_encoder_icon.png \
- ../images/md/ic_direct_race_encoder_yellow_24dp_1x.png,race_encoder_icon_yellow.png \
+ ../images/md/race_encoder_blue_24dp_1x.png,race_encoder_icon.png \
+ ../images/md/race_encoder_yellow_24dp_1x.png,race_encoder_icon_yellow.png \
../images/gtk-apply.png,gtk-apply.png \
../images/gtk-cancel.png,gtk-cancel.png \
../images/gtk-zoom-in.png,gtk-zoom-in.png \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]