From e8aca98c9fba8ce856b867b513f2d5527b93484d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sun, 16 Apr 2017 19:31:35 +0200 Subject: Change "GPL" tab label to "License". --- plugingui/mainwindow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugingui/mainwindow.cc b/plugingui/mainwindow.cc index b99e781..d183037 100644 --- a/plugingui/mainwindow.cc +++ b/plugingui/mainwindow.cc @@ -49,7 +49,7 @@ MainWindow::MainWindow(Settings& settings, void* native_window) tabs.move(16, 0); // x-offset to make room for the left side bar. tabs.addTab("Main", &main_tab); - tabs.addTab("GPL", &gpl_text_field); + tabs.addTab("License", &gpl_text_field); gpl_text_field.setText(gpl.data()); gpl_text_field.adaptTextOnResize(true); -- cgit v1.2.3