(svn r13641) -Fix: Misleading enum name.

This commit is contained in:
belugas 2008-06-26 17:13:39 +00:00
parent 1834a2f670
commit 6d1e5a3f5b
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ enum ToolbarScenEditorWidgets {
TBSE_FASTFORWARD,
TBSE_SAVESCENARIO = 3,
TBSE_SPACERPANEL,
TBSE_SEPARATOR,
TBSE_DATEPANEL,
TBSE_DATEBACKWARD,
TBSE_DATEFORWARD,
TBSE_SMALLMAP,
@ -1206,7 +1206,7 @@ public:
this->widget[i].right = x - 1;
break;
case TBSE_SEPARATOR: {
case TBSE_DATEPANEL: {
int offset = x - this->widget[i].left;
this->widget[i + 1].left += offset;
this->widget[i + 1].right += offset;