From 9b178bf7787038bf89259ac9e1b1cb2c91ceb26e Mon Sep 17 00:00:00 2001 From: Philippe Saint-Pierre Date: Sun, 17 Jan 2010 15:29:04 +0000 Subject: [PATCH] Make sure the Replicant PopUpMenu says "About Pulse..." rather than "About CPUButton...". (Follow-up of #4244). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35116 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/pulse/NormalPulseView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/pulse/NormalPulseView.cpp b/src/apps/pulse/NormalPulseView.cpp index 3cfd2b6a07..fdf8a6833d 100644 --- a/src/apps/pulse/NormalPulseView.cpp +++ b/src/apps/pulse/NormalPulseView.cpp @@ -77,7 +77,7 @@ NormalPulseView::NormalPulseView(BRect rect) CPUBUTTON_MTOP + ITEM_OFFSET * x + CPUBUTTON_HEIGHT + 7); char temp[4]; sprintf(temp, "%d", x + 1); - fCpuButtons[x] = new CPUButton(r, "CPUButton", temp, NULL); + fCpuButtons[x] = new CPUButton(r, "Pulse", temp, NULL); AddChild(fCpuButtons[x]); }