| | 152 | else if (!strcmp(name, "panSouthCursor")) |
|---|
| | 153 | idr = IDR_PAN_SOUTH_CURSOR; |
|---|
| | 154 | else if (!strcmp(name, "panNorthCursor")) |
|---|
| | 155 | idr = IDR_PAN_NORTH_CURSOR; |
|---|
| | 156 | else if (!strcmp(name, "panEastCursor")) |
|---|
| | 157 | idr = IDR_PAN_EAST_CURSOR; |
|---|
| | 158 | else if (!strcmp(name, "panWestCursor")) |
|---|
| | 159 | idr = IDR_PAN_WEST_CURSOR; |
|---|
| | 160 | else if (!strcmp(name, "panSouthEastCursor")) |
|---|
| | 161 | idr = IDR_PAN_SOUTH_EAST_CURSOR; |
|---|
| | 162 | else if (!strcmp(name, "panSouthWestCursor")) |
|---|
| | 163 | idr = IDR_PAN_SOUTH_WEST_CURSOR; |
|---|
| | 164 | else if (!strcmp(name, "panNorthEastCursor")) |
|---|
| | 165 | idr = IDR_PAN_NORTH_EAST_CURSOR; |
|---|
| | 166 | else if (!strcmp(name, "panNorthWestCursor")) |
|---|
| | 167 | idr = IDR_PAN_NORTH_WEST_CURSOR; |
|---|