aboutsummaryrefslogtreecommitdiff
path: root/src/ui/new_platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/new_platform.c')
-rw-r--r--src/ui/new_platform.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ui/new_platform.c b/src/ui/new_platform.c
index 544b7c7..8611432 100644
--- a/src/ui/new_platform.c
+++ b/src/ui/new_platform.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2021 GNUnet e.V. 3 Copyright (C) 2021--2022 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -108,11 +108,6 @@ ui_new_platform_dialog_init(MESSENGER_Application *app,
108 gtk_builder_get_object(handle->builder, "new_platform_dialog") 108 gtk_builder_get_object(handle->builder, "new_platform_dialog")
109 ); 109 );
110 110
111 gtk_window_set_title(
112 GTK_WINDOW(handle->dialog),
113 _("New Platform")
114 );
115
116 gtk_window_set_transient_for( 111 gtk_window_set_transient_for(
117 GTK_WINDOW(handle->dialog), 112 GTK_WINDOW(handle->dialog),
118 GTK_WINDOW(app->ui.messenger.main_window) 113 GTK_WINDOW(app->ui.messenger.main_window)