summaryrefslogtreecommitdiff
path: root/plugingui/mainwindow.cc
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-16 19:31:35 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-16 19:31:35 +0200
commite8aca98c9fba8ce856b867b513f2d5527b93484d (patch)
tree2d4323682d1e3de935ae616e33df45aaa87cdd7a /plugingui/mainwindow.cc
parent93e22693b1fc378c87dd6bf749ac530c19dbc3c5 (diff)
Change "GPL" tab label to "License".
Diffstat (limited to 'plugingui/mainwindow.cc')
-rw-r--r--plugingui/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
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);