Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Missing French Canadian Resource Collapse All
Subject Author Date
Darlene Gariepy Sep 27, 2018 - 10:44 AM

Hello,

We’ve noticed that the ID_EXT_BTN_IMAGE_CHANGE menu item is missing from the IDR_MENU_CUSTOMIZE_BTN menu in the French Canadian resource file (\Include\Resources\Resource_frc.rc) in versions 2.9.2 to 3.4.0.6. It is found in all resource files other than French Canadian.

\Include\Resources\Resource_frc.rc - French (Canadian)

IDR_MENU_CUSTOMIZE_BTN MENU
BEGIN
POPUP "__POPUP__"
BEGIN
MENUITEM "&Réinitialiser", ID_EXT_BTN_RESET
MENUITEM "&Effacer", ID_EXT_BTN_DELETE
MENUITEM SEPARATOR
MENUITEM "Nom:", ID_EXT_BTN_NAME
MENUITEM SEPARATOR
MENUITEM "&Copier l’image du bouton", ID_EXT_BTN_IMAGE_COPY
MENUITEM "Coller l’image du &bouton", ID_EXT_BTN_IMAGE_PASTE
MENUITEM "&Réinitialiser l’image du bouton", ID_EXT_BTN_IMAGE_RESET
MENUITEM "E&diter l’image du bouton", ID_EXT_BTN_IMAGE_EDIT
MENUITEM SEPARATOR
MENUITEM "&Style par défaut", ID_EXT_BTN_STYLE_DEFAULT
MENUITEM "&Texte seulement (Toujours)", ID_EXT_BTN_STYLE_TEXT_ONLY_ALWAYS
MENUITEM "Texte seulement (&Menus)", ID_EXT_BTN_STYLE_TEXT_ONLY_IN_MENUS
MENUITEM "&Image et Texte", ID_EXT_BTN_STYLE_IMAGE_AND_TEXT
MENUITEM SEPARATOR
MENUITEM "Commencer un &groupe", ID_EXT_BTN_BEGIN_A_GROUP
END
END

\Include\Resources\Resource_fra.rc - French (France)

IDR_MENU_CUSTOMIZE_BTN MENU
BEGIN
POPUP "__POPUP__"
BEGIN
MENUITEM "&Réinitialiser", ID_EXT_BTN_RESET
MENUITEM "&Effacer", ID_EXT_BTN_DELETE
MENUITEM SEPARATOR
MENUITEM "Nom:", ID_EXT_BTN_NAME
MENUITEM SEPARATOR
MENUITEM "&Copier l’image du bouton", ID_EXT_BTN_IMAGE_COPY
MENUITEM "Coller l’image du &bouton", ID_EXT_BTN_IMAGE_PASTE
MENUITEM "&Réinitialiser l’image du bouton", ID_EXT_BTN_IMAGE_RESET
MENUITEM "E&diter l’image du bouton", ID_EXT_BTN_IMAGE_EDIT
MENUITEM "Changer l’image du &Bouton", ID_EXT_BTN_IMAGE_CHANGE
MENUITEM SEPARATOR
MENUITEM "&Style par défaut", ID_EXT_BTN_STYLE_DEFAULT
MENUITEM "&Texte seulement (Toujours)", ID_EXT_BTN_STYLE_TEXT_ONLY_ALWAYS
MENUITEM "Texte seulement (&Menus)", ID_EXT_BTN_STYLE_TEXT_ONLY_IN_MENUS
MENUITEM "&Image et Texte", ID_EXT_BTN_STYLE_IMAGE_AND_TEXT
MENUITEM SEPARATOR
MENUITEM "Commencer un &groupe", ID_EXT_BTN_BEGIN_A_GROUP
END
END

Thanks.

TSELLC Support Jul 26, 2019 - 2:54 AM

This will be corrected in next version.

TSELLC_Support