diff options
Diffstat (limited to 'src/pluginlistview.cpp')
| -rw-r--r-- | src/pluginlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlistview.cpp b/src/pluginlistview.cpp index a3485fc2..f8990a94 100644 --- a/src/pluginlistview.cpp +++ b/src/pluginlistview.cpp @@ -112,7 +112,7 @@ void PluginListView::updatePluginCount() int activeCount = activeMasterCount + activeMediumMasterCount + activeLightMasterCount + activeRegularCount; - int totalCount = masterCount + mediumMasterCount + lightMasterCount + regularCount; + int totalCount = masterCount + mediumMasterCount + lightMasterCount + regularCount; auto toolTip = tr("<table cellspacing=\"6\">" |
