]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/rc/menu.xrc
Fix testing for existence of paths with trailing separators in wxMSW.
[wxWidgets.git] / samples / xrc / rc / menu.xrc
index 309aaab9abfbc74a64e907fad76d4a049d9a2684..de48e52c7ed4b8f2ea1772d5f78edffed78c8def 100644 (file)
@@ -84,7 +84,7 @@
 
         <!-- we use wxID_ABOUT name here to get the default menu item stock icon -->
         <object class="wxMenuItem" name="wxID_ABOUT">
-            <label>_About...</label>
+            <label>_About</label>
             <help>About this application</help>
         </object>
     </object>