diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-16 19:31:35 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-16 19:31:35 +0200 |
commit | e8aca98c9fba8ce856b867b513f2d5527b93484d (patch) | |
tree | 2d4323682d1e3de935ae616e33df45aaa87cdd7a | |
parent | 93e22693b1fc378c87dd6bf749ac530c19dbc3c5 (diff) |
Change "GPL" tab label to "License".
-rw-r--r-- | plugingui/mainwindow.cc | 2 |
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); |