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
This commit is contained in:
Philippe Saint-Pierre
2010-01-17 15:29:04 +00:00
parent 3cc5c3ffb1
commit 9b178bf778
+1 -1
View File
@@ -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]);
}