From 4d48330475b3698fb4b062a2b203c7c588037e80 Mon Sep 17 00:00:00 2001 From: Ilya Shpigor Date: Tue, 19 May 2009 10:32:39 +0400 Subject: [PATCH] shell32: Add necessary strings for wine license in the resource file for winver --- dlls/shell32/shell32_Ru.rc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dlls/shell32/shell32_Ru.rc b/dlls/shell32/shell32_Ru.rc index 1ada5464e6..fbf7403e39 100644 --- a/dlls/shell32/shell32_Ru.rc +++ b/dlls/shell32/shell32_Ru.rc @@ -305,4 +305,17 @@ IDS_LICENSE_CHECKING, " IDS_LICENSE_ORGANIZATION, "Îðãàíèçàöèÿ" IDS_LICENSE_PERSON, "Îòâ. ëèöî" IDS_LICENSE_REGNUM, "Ðåã. íîìåð" +IDS_LICENSE_CAPTION, "Wine License" +IDS_LICENSE, +"Wine 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.\n\n\ +Wine 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.\n\n\ +You should have received a copy of the GNU Lesser General Public \ +License along with Wine; if not, write to the Free Software \ +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA." } -- 2.33.8