summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-07-23 14:09:49 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-07-23 14:09:49 -0400
commitb2eb6a5cb3c3fa639a7bf8ca94d327e7286ea450 (patch)
tree39bf99a21148af73943402bc40b4830a0ad3fd30
parentd6e8885e13ce31f8afee23c825752e6ef4008d41 (diff)
downloadsdl_ios-b2eb6a5cb3c3fa639a7bf8ca94d327e7286ea450.tar.gz
Fixing PR issues
-rw-r--r--SmartDeviceLink/SDLButtonName.h4
-rw-r--r--SmartDeviceLink/SDLButtonName.m2
2 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLButtonName.h b/SmartDeviceLink/SDLButtonName.h
index 23c20e0d0..2badd1635 100644
--- a/SmartDeviceLink/SDLButtonName.h
+++ b/SmartDeviceLink/SDLButtonName.h
@@ -213,7 +213,7 @@ extern SDLButtonName const SDLButtonNameRepeat;
/**
* Represents a Navigate to center button.
*/
-extern SDLButtonName const SDLButtonNameNavCenter;
+extern SDLButtonName const SDLButtonNameNavCenterLocation;
/**
* Represents a Zoom in button.
@@ -243,7 +243,7 @@ extern SDLButtonName const SDLButtonNameNavPanRight;
/**
* Represents a Pan down/right button
*/
-extern SDLButtonName const SDLButtonNamePanDownRight;
+extern SDLButtonName const SDLButtonNameNavPanDownRight;
/**
* Represents a Pan down button
diff --git a/SmartDeviceLink/SDLButtonName.m b/SmartDeviceLink/SDLButtonName.m
index 7b67ff40c..c0979df8b 100644
--- a/SmartDeviceLink/SDLButtonName.m
+++ b/SmartDeviceLink/SDLButtonName.m
@@ -40,7 +40,7 @@ SDLButtonName const SDLButtonNameEject = @"EJECT";
SDLButtonName const SDLButtonNameSource = @"SOURCE";
SDLButtonName const SDLButtonNameShuffle = @"SHUFFLE";
SDLButtonName const SDLButtonNameRepeat = @"REPEAT";
-SDLButtonName const SDLButtonNameNavCenter = @"NAV_CENTER_LOCATION";
+SDLButtonName const SDLButtonNameNavCenterLocation = @"NAV_CENTER_LOCATION";
SDLButtonName const SDLButtonNameNavZoomIn = @"NAV_ZOOM_IN";
SDLButtonName const SDLButtonNameNavZoomOut = @"NAV_ZOOM_OUT";
SDLButtonName const SDLButtonNameNavPanUp = @"NAV_PAN_UP";