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:
@@ -77,7 +77,7 @@ NormalPulseView::NormalPulseView(BRect rect)
|
|||||||
CPUBUTTON_MTOP + ITEM_OFFSET * x + CPUBUTTON_HEIGHT + 7);
|
CPUBUTTON_MTOP + ITEM_OFFSET * x + CPUBUTTON_HEIGHT + 7);
|
||||||
char temp[4];
|
char temp[4];
|
||||||
sprintf(temp, "%d", x + 1);
|
sprintf(temp, "%d", x + 1);
|
||||||
fCpuButtons[x] = new CPUButton(r, "CPUButton", temp, NULL);
|
fCpuButtons[x] = new CPUButton(r, "Pulse", temp, NULL);
|
||||||
AddChild(fCpuButtons[x]);
|
AddChild(fCpuButtons[x]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user