diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-24 14:22:35 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-24 14:22:35 +0100 |
commit | 8a5cc35bf5be3388f85c5ebf538a75a406de13e5 (patch) | |
tree | 025233b9da784e1d9fdf38ea454b38f8d0161048 | |
parent | 4fd40bf20df31843640559c5eefc7e2331d2e54e (diff) |
Fixed license in UI.v0.9.9
-rw-r--r-- | plugingui/dgwindow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/dgwindow.cc b/plugingui/dgwindow.cc index b3cb8f5..86a985d 100644 --- a/plugingui/dgwindow.cc +++ b/plugingui/dgwindow.cc @@ -207,7 +207,7 @@ DGWindow::DGWindow(void* native_window, MessageHandler& messageHandler, layout.addItem(l3); Label *lbl_version = new Label(this); - lbl_version->setText(".::. v" VERSION " .::. http://www.drumgizmo.org .::. GPLv3 .::."); + lbl_version->setText(".::. v" VERSION " .::. http://www.drumgizmo.org .::. LGPLv3 .::."); lbl_version->resize(width(), 20); lbl_version->setAlignment(TextAlignment::center); layout.addItem(lbl_version); |