Commit 3f8b3a18 authored by Pavel Roskin's avatar Pavel Roskin Committed by Alexandre Julliard

Compile Walon resources only if LANG_WALON is defined.

parent 0f4c6c97
......@@ -23,6 +23,8 @@
*
*/
#ifdef LANG_WALON
MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT
{
POPUP "&Propiets" {
......@@ -48,3 +50,5 @@ STRINGTABLE DISCARDABLE LANGUAGE LANG_WALON, SUBLANG_DEFAULT
CLOCK, "rlodje"
MENU_ON_TOP, "Todi &Visibe"
}
#endif /* LANG_WALON */
......@@ -20,6 +20,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef LANG_WALON
LANGUAGE LANG_WALON, SUBLANG_DEFAULT
MAIN_MENU MENU
......@@ -124,3 +126,5 @@ STRING_OUT_OF_MEMORY, "Li memwere est plinne. \n\
Cloyoz on programe ou pus po monter li memwere libe."
}
#endif /* LANG_WALON */
......@@ -20,6 +20,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef LANG_WALON
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_WALON, SUBLANG_DEFAULT
......@@ -69,3 +71,5 @@ STID_TOPICS, "&Topics"
STID_ALL_FILES, "Tos les fitchs (*.*)"
STID_HELP_FILES_HLP, "Fitchs d' aide (*.hlp)"
}
#endif /* LANG_WALON */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment