Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-02-12 18:13:06 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-02-12 18:13:06 +0300
commit044a38c9920d5f09d83a0499680436361cf87ac5 (patch)
treec21e988bb20e580b2ea7e38b4e11feb020491220 /src/remmina_about.c
parent0ab8dd852e71adb74e82e815c33181ecca06b343 (diff)
Switching to resources for UI elements
Diffstat (limited to 'src/remmina_about.c')
-rw-r--r--src/remmina_about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_about.c b/src/remmina_about.c
index c9e5bcfc7..f1ae46a74 100644
--- a/src/remmina_about.c
+++ b/src/remmina_about.c
@@ -46,7 +46,7 @@ void remmina_about_open(GtkWindow *parent)
{
TRACE_CALL(__func__);
- GtkBuilder *builder = remmina_public_gtk_builder_new_from_file("remmina_about.glade");
+ GtkBuilder *builder = remmina_public_gtk_builder_new_from_resource ("/org/remmina/Remmina/src/../data/ui/remmina_about.glade");
GtkDialog *dialog = GTK_DIALOG(gtk_builder_get_object(builder, "dialog_remmina_about"));
gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(dialog), VERSION " (git " REMMINA_GIT_REVISION ")");