diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-04-22 21:24:42 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-04-22 21:24:42 +0000 |
| commit | 0187f2e9c8d1c8508016dcd3a2942a92fd58e94f (patch) | |
| tree | 70827966280931be840850267f68a147111ce329 /src/plugins/General/library/libraryfactory.cpp | |
| parent | 0f2f363f360c2d8b95bd458918ab1c39de133cd8 (diff) | |
| download | qmmp-0187f2e9c8d1c8508016dcd3a2942a92fd58e94f.tar.gz qmmp-0187f2e9c8d1c8508016dcd3a2942a92fd58e94f.tar.bz2 qmmp-0187f2e9c8d1c8508016dcd3a2942a92fd58e94f.zip | |
fixed translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9830 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/library/libraryfactory.cpp')
| -rw-r--r-- | src/plugins/General/library/libraryfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/library/libraryfactory.cpp b/src/plugins/General/library/libraryfactory.cpp index 530dae0e3..d14f266ed 100644 --- a/src/plugins/General/library/libraryfactory.cpp +++ b/src/plugins/General/library/libraryfactory.cpp @@ -35,7 +35,7 @@ GeneralProperties LibraryFactory::properties() const properties.hasAbout = true; properties.hasSettings = true; properties.visibilityControl = false; - properties.widgets = { { LIBRARY_WIDGET, tr("Media Library"), Qt::RightDockWidgetArea, + properties.widgets = { { LIBRARY_WIDGET, tr("Library"), Qt::RightDockWidgetArea, Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea } }; return properties; } |
