Skip to content

Commit

Permalink
Change Application back to Applications in Deskbar prefs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Dec 23, 2012
1 parent 53eb64d commit 2e64288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/apps/deskbar/PreferencesWindow.cpp
Expand Up @@ -224,7 +224,7 @@ PreferencesWindow::PreferencesWindow(BRect frame)
.End()
.View();

BView* applicationSettingsView = BLayoutBuilder::Group<>()
BView* applicationsSettingsView = BLayoutBuilder::Group<>()
.AddGroup(B_VERTICAL, 0)
.Add(fAppsSort)
.Add(fAppsSortTrackerFirst)
Expand Down Expand Up @@ -265,8 +265,8 @@ PreferencesWindow::PreferencesWindow(BRect frame)

fSettingsTypeListView->AddItem(new SettingsItem(B_TRANSLATE("Menu"),
menuSettingsView));
fSettingsTypeListView->AddItem(new SettingsItem(B_TRANSLATE("Application"),
applicationSettingsView));
fSettingsTypeListView->AddItem(new SettingsItem(B_TRANSLATE("Applications"),
applicationsSettingsView));
fSettingsTypeListView->AddItem(new SettingsItem(B_TRANSLATE("Window"),
windowSettingsView));

Expand Down

0 comments on commit 2e64288

Please sign in to comment.