VirtualBox

Changeset 12043 in vbox


Ignore:
Timestamp:
Sep 3, 2008 1:21:39 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: remove ampersand on error message also

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsParallel.cpp

    r11955 r12043  
    223223                aWarning = tr ("Duplicate port number is selected ");
    224224                aTitle += ": " +
    225                     mTabWidget->tabText (mTabWidget->indexOf (tab));
     225                    vboxGlobal().removeAccelMark (mTabWidget->tabText (mTabWidget->indexOf (tab)));
    226226                break;
    227227            }
     
    240240                    tr ("Duplicate port path is entered ");
    241241                aTitle += ": " +
    242                     mTabWidget->tabText (mTabWidget->indexOf (tab));
     242                    vboxGlobal().removeAccelMark (mTabWidget->tabText (mTabWidget->indexOf (tab)));
    243243                break;
    244244            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette