Kaydet (Commit) d47eca3c authored tarafından Miklos Vajna's avatar Miklos Vajna

sd: fix typo in PresenterHelper

Otherwise we always use the switch-monitor icon for the restart-timer
button.

Change-Id: Icd2e4322285b1c73a104ce0ffada116b9cae0ad4
üst f94cf3e2
......@@ -345,9 +345,9 @@ Reference<rendering::XBitmap> SAL_CALL PresenterHelper::loadBitmap (
{ "bitmaps/ButtonSwitchMonitorNormal.png",
BMP_PRESENTERSCREEN_BUTTON_SWITCH_MONITOR_NORMAL },
{ "bitmaps/ButtonRestartTimerMouseOver.png",
BMP_PRESENTERSCREEN_BUTTON_SWITCH_MONITOR_MOUSE_OVER },
BMP_PRESENTERSCREEN_BUTTON_RESTART_TIMER_MOUSE_OVER },
{ "bitmaps/ButtonRestartTimerNormal.png",
BMP_PRESENTERSCREEN_BUTTON_SWITCH_MONITOR_NORMAL },
BMP_PRESENTERSCREEN_BUTTON_RESTART_TIMER_NORMAL },
{ "bitmaps/LabelMouseOverCenter.png",
BMP_PRESENTERSCREEN_LABEL_MOUSE_OVER_CENTER },
{ "bitmaps/LabelMouseOverLeft.png",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment