Merge pull request 'develop' (#53) from develop into master

Reviewed-on: #53
pull/58/head
Dmitry Razumov 3 years ago
commit 5cbc888e5a

@ -10,8 +10,8 @@
#include <webkit2/webkit2.h> #include <webkit2/webkit2.h>
#endif #endif
#define UBLINUX_WIKI_COMMAND "xdg-open http://wiki.ublinux.ru" #define UBLINUX_WIKI_COMMAND "xdg-open https://wiki.ublinux.ru/ru/Программное_обеспечениерограммы_и_утилиты/Все/ubl-settings-manager"
#define UBLINUX_WIKI_LINK " http://wiki.ublinux.ru" #define UBLINUX_WIKI_LINK " https://wiki.ublinux.ru/ru/Программное_обеспечениерограммы_и_утилиты/Все/ubl-settings-manager"
#define check_web2kit_command "ldconfig -p |grep webkit2" #define check_web2kit_command "ldconfig -p |grep webkit2"
@ -31,7 +31,7 @@
#define ubl_settings_infoPath "ubl-settings-info" #define ubl_settings_infoPath "ubl-settings-info"
#define ubl_settings_infoPathLaunch "ubl-settings-info --socket-id=" #define ubl_settings_infoPathLaunch "ubl-settings-info --socket-id="
typedef char* string; typedef char* string;
string version_application = "2.0"; string version_application = "1.4";
#define UBL_SETTINGS_MANAGER_TITLE _("UBLinux Settings Manager") #define UBL_SETTINGS_MANAGER_TITLE _("UBLinux Settings Manager")
#define UBL_SETTINGS_MANAGER_ABOUT_TITLE _("About UBLinux Settings Manager") #define UBL_SETTINGS_MANAGER_ABOUT_TITLE _("About UBLinux Settings Manager")

@ -2318,7 +2318,7 @@
<property name="version">1.6</property> <property name="version">1.6</property>
<property name="copyright" translatable="yes">Copyright © 2022 - 2023 - UBSoft Software LLC</property> <property name="copyright" translatable="yes">Copyright © 2022 - 2023 - UBSoft Software LLC</property>
<property name="comments" translatable="yes">Settings manager for UBLinux</property> <property name="comments" translatable="yes">Settings manager for UBLinux</property>
<property name="website">https://ublinux.ru/</property> <property name="website">https://wiki.ublinux.ru/ru/Программное_обеспечениерограммы_и_утилиты/Все/ubl-settings-manager</property>
<property name="website-label" translatable="yes">Project Home Page</property> <property name="website-label" translatable="yes">Project Home Page</property>
<property name="authors">UBGroup</property> <property name="authors">UBGroup</property>
<property name="artists">UBGroup</property> <property name="artists">UBGroup</property>

Loading…
Cancel
Save