diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/data/im.dino.Dino.appdata.xml | 6 | ||||
-rw-r--r-- | main/data/im.dino.Dino.appdata.xml.in | 6 | ||||
-rw-r--r-- | main/src/ui/application.vala | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/main/data/im.dino.Dino.appdata.xml b/main/data/im.dino.Dino.appdata.xml index 0d121e48..bfa25803 100644 --- a/main/data/im.dino.Dino.appdata.xml +++ b/main/data/im.dino.Dino.appdata.xml @@ -140,13 +140,13 @@ </description> <screenshots> <screenshot type="default"> - <image height="950" width="1600">https://dino.im/img/appdata/main.png</image> + <image height="952" width="1601">https://dino.im/img/appdata/2022-02_screenshot-main.png</image> </screenshot> <screenshot> - <image height="942" width="1600">https://dino.im/img/appdata/start_chat.png</image> + <image height="753" width="1199">https://dino.im/img/appdata/2022-02_screenshot-call.png</image> </screenshot> <screenshot> - <image height="1188" width="2018">https://dino.im/img/appdata/contact_details.png</image> + <image height="942" width="1600">https://dino.im/img/appdata/start_chat.png</image> </screenshot> </screenshots> <translation type="gettext">dino</translation> diff --git a/main/data/im.dino.Dino.appdata.xml.in b/main/data/im.dino.Dino.appdata.xml.in index c2b29725..c95ef12e 100644 --- a/main/data/im.dino.Dino.appdata.xml.in +++ b/main/data/im.dino.Dino.appdata.xml.in @@ -13,13 +13,13 @@ </description> <screenshots> <screenshot type="default"> - <image height="950" width="1600">https://dino.im/img/appdata/main.png</image> + <image height="952" width="1601">https://dino.im/img/appdata/2022-02_screenshot-main.png</image> </screenshot> <screenshot> - <image height="942" width="1600">https://dino.im/img/appdata/start_chat.png</image> + <image height="753" width="1199">https://dino.im/img/appdata/2022-02_screenshot-call.png</image> </screenshot> <screenshot> - <image height="1088" width="2018">https://dino.im/img/appdata/contact_details.png</image> + <image height="942" width="1600">https://dino.im/img/appdata/start_chat.png</image> </screenshot> </screenshots> <translation type="gettext">dino</translation> diff --git a/main/src/ui/application.vala b/main/src/ui/application.vala index 62f01bcb..2fd5320e 100644 --- a/main/src/ui/application.vala +++ b/main/src/ui/application.vala @@ -274,6 +274,7 @@ public class Dino.Ui.Application : Gtk.Application, Dino.Application { if (version != null && !version.contains("git")) { switch (version.substring(0, 3)) { case "0.2": version = @"$version - <span font_style='italic'>Mexican Caribbean Coral Reefs</span>"; break; + case "0.3": version = @"$version - <span font_style='italic'>Theikenmeer</span>"; break; } } Gtk.AboutDialog dialog = new Gtk.AboutDialog(); |