Jacek Caban wrote: > I found that slovenian translation is incomplete and not translated, > so I removed this from winecfg.rc. Si.rc should be remove too, but > I don't know how to do this in patch. Marcelo Duarte wrote: Use diff -u Si.rc /dev/null Changelog: Removed slovenian translation Index: programs/winecfg/winecfg.rc =================================================================== RCS file: /home/wine/wine/programs/winecfg/winecfg.rc,v retrieving revision 1.10 diff -u -r1.10 winecfg.rc --- programs/winecfg/winecfg.rc 22 Jul 2004 19:45:00 -0000 1.10 +++ programs/winecfg/winecfg.rc 16 Aug 2004 19:23:12 -0000 @@ -32,7 +32,6 @@ #include "It.rc" #include "Pt.rc" #include "Ru.rc" -#include "Si.rc" LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL --- programs/winecfg/Si.rc 2004-08-18 01:11:20.000000000 +0000 +++ /dev/null 2004-02-23 21:02:56.000000000 +0000 @@ -1,92 +0,0 @@ -/* - * WineCfg resources - * Slovenian Language Support - * - * Copyright 2003 Rok Mandeljc - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - */ - -LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT - -IDD_GENERALCFG DIALOGEX 0, 0, 260, 250 -STYLE WS_CHILD -FONT 8, "MS Sans Serif" -BEGIN - COMBOBOX IDC_WINVER,83,153,158,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - COMBOBOX IDC_DOSVER,83,172,158,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - LTEXT "Wine Version:",IDC_STATIC,119,17,45,8 - LTEXT "CVS",IDC_WINEVER,169,17,56,8 - LTEXT "Windows Version:",IDC_STATIC,17,155,58,8 - LTEXT "DOS Version:",IDC_STATIC,17,173,57,8 - CONTROL IDB_WINE,IDC_STATIC,"Static",SS_BITMAP | SS_CENTERIMAGE | - SS_REALSIZEIMAGE | WS_BORDER,15,17,157,111, WS_EX_TRANSPARENT - LTEXT "http://www.winehq.org/",IDC_STATIC,119,31,106,8 - GROUPBOX "Default Behaviour",IDC_STATIC,8,115,244,97 - LTEXT "Wine provides the ability for Windows applications to mimic various Windows versions and styles", - IDC_STATIC,15,128,227,20 - GROUPBOX "Information",IDC_STATIC,8,4,244,106 - CTEXT "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.", - IDC_STATIC,119,44,124,59 -END - -IDD_APPCFG DIALOG DISCARDABLE 0, 0, 260, 250 -STYLE WS_CHILD | WS_DISABLED -FONT 8, "MS Sans Serif" -BEGIN -END - -IDD_GRAPHCFG DIALOG DISCARDABLE 0, 0, 260, 250 -STYLE WS_CHILD | WS_DISABLED -FONT 8, "MS Sans Serif" -BEGIN - EDITTEXT IDC_SYSCOLORS,100,41,40,14,ES_AUTOHSCROLL | ES_NUMBER - CONTROL "Use a private color map",IDC_PRIVATEMAP,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,17,62,91,10 - CONTROL "Favor correctness over speed",IDC_PERFECTGRAPH,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,17,76,117,10 - CONTROL "Use XFree DGA extension",IDC_XDGA,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,141,62,97,10 - CONTROL "Use XFree Shm extension",IDC_XSHM,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,141,76,96,10 - CONTROL "Enable Wine desktop",IDC_MANAGED,"Button", - BS_AUTOCHECKBOX | WS_TABSTOP,17,143,84,10 - EDITTEXT IDC_DESKTOP_WIDTH,64,159,40,14,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED - EDITTEXT IDC_DESKTOP_HEIGHT,117,159,40,14,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED - GROUPBOX "Render Settings",IDC_STATIC,8,4,244,90 - LTEXT "The driver color and render settings are used to optimise the way in which colors and applications are displayed.", - IDC_STATIC,15,17,228,22 - LTEXT "Allocated system colors:",IDC_STATIC,17,43,76,8 - GROUPBOX "Wine Desktop",IDC_STATIC,8,99,244,83 - LTEXT "Wine can be setup to emulate a windows desktop, or can be run in ""Managed"" mode (default) where the default X11 windows manager/environment is resposible for placing the windows.", - IDC_STATIC,15,112,228,28 - LTEXT "Desktop size:",IDC_DESKTOP_SIZE,17,161,44,8,WS_DISABLED - LTEXT "X",IDC_DESKTOP_BY,108,161,8,8,WS_DISABLED -END - -IDD_DLLCFG DIALOG DISCARDABLE 0, 0, 260, 250 -STYLE WS_CHILD | WS_DISABLED -FONT 8, "MS Sans Serif" -BEGIN -END - -STRINGTABLE DISCARDABLE -BEGIN - IDS_WINE_VERSION "CVS" - IDS_TAB_GENERAL "General" - IDS_TAB_DLLS "Libraries" - IDS_TAB_DRIVES "Drives" -END