Added the ToolBar to RfbPlayer.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@105 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/rfbplayer.rc b/rfbplayer/rfbplayer.rc
index 92c03eb..e349cf8 100644
--- a/rfbplayer/rfbplayer.rc
+++ b/rfbplayer/rfbplayer.rc
@@ -130,7 +130,7 @@
     END
     POPUP "View"
     BEGIN
-        MENUITEM "Full Screen\tAlt+Enter",      ID_VIEW_FULLSCREEN
+        MENUITEM "Full Screen\tAlt+Enter",      ID_FULLSCREEN
         POPUP "Zoom"
         BEGIN
             MENUITEM "50%\tF5",                     ID_VIEW_ZOOM_50
@@ -141,11 +141,11 @@
     POPUP "Play"
     BEGIN
         MENUITEM "Play/Pause\tSpace",           ID_PLAY_PLAYPAUSE
-        MENUITEM "Stop\tC",                     ID_PLAY_STOP
-        MENUITEM "Go To...\tCtrl+G",            ID_PLAY_GOTO
-        MENUITEM "Set Speed...\tCtrl+S",        ID_PLAY_SETSPEED
+        MENUITEM "Stop\tC",                     ID_STOP
+        MENUITEM "Go To...\tCtrl+G",            ID_GOTO
+        MENUITEM "Set Speed...\tCtrl+S",        ID_SETSPEED
         MENUITEM SEPARATOR
-        MENUITEM "Loop\tCtrl+L",                ID_PLAY_LOOP
+        MENUITEM "Loop\tCtrl+L",                ID_LOOP
     END
     POPUP "Frame"
     BEGIN