Author: weiden
Date: Thu Jan 17 23:08:18 2008
New Revision: 31844
URL:
http://svn.reactos.org/svn/reactos?rev=31844&view=rev
Log:
Patch by Carlo Bramix <carlo.bramix(a)libero.it>
Enable the find menu items
See issue #2978 for more details.
Modified:
trunk/reactos/base/applications/regedit/lang/cs-CZ.rc
trunk/reactos/base/applications/regedit/lang/de-DE.rc
trunk/reactos/base/applications/regedit/lang/es-ES.rc
trunk/reactos/base/applications/regedit/lang/fr-FR.rc
trunk/reactos/base/applications/regedit/lang/hu-HU.rc
trunk/reactos/base/applications/regedit/lang/it-IT.rc
trunk/reactos/base/applications/regedit/lang/ja-JP.rc
trunk/reactos/base/applications/regedit/lang/nl-NL.rc
trunk/reactos/base/applications/regedit/lang/pl-PL.rc
trunk/reactos/base/applications/regedit/lang/pt-PT.rc
trunk/reactos/base/applications/regedit/lang/sl-SI.rc
trunk/reactos/base/applications/regedit/lang/sv-SE.rc
Modified: trunk/reactos/base/applications/regedit/lang/cs-CZ.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/lang/cs-CZ.rc (original)
+++ trunk/reactos/base/applications/regedit/lang/cs-CZ.rc Thu Jan 17 23:08:18 2008
@@ -90,8 +90,8 @@
MENUITEM SEPARATOR
MENUITEM "Z&kopírovat název klíèe",
ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
- MENUITEM "&Hledat\tCtrl+F", ID_EDIT_FIND, GRAYED
- MENUITEM "Hledat &dalí\tF3", ID_EDIT_FINDNEXT,
GRAYED
+ MENUITEM "&Hledat\tCtrl+F", ID_EDIT_FIND
+ MENUITEM "Hledat &dalí\tF3", ID_EDIT_FINDNEXT
END
POPUP "&Zobrazit"
BEGIN
Modified: trunk/reactos/base/applications/regedit/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/lang/de-DE.rc (original)
+++ trunk/reactos/base/applications/regedit/lang/de-DE.rc Thu Jan 17 23:08:18 2008
@@ -90,8 +90,8 @@
MENUITEM SEPARATOR
MENUITEM "Schlüsselname &kopieren",
ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
- MENUITEM "&Suchen\tStrg+F", ID_EDIT_FIND, GRAYED
- MENUITEM "&Weitersuchen\tF3", ID_EDIT_FINDNEXT,
GRAYED
+ MENUITEM "&Suchen\tStrg+F", ID_EDIT_FIND
+ MENUITEM "&Weitersuchen\tF3", ID_EDIT_FINDNEXT
END
POPUP "&Ansicht"
BEGIN
Modified: trunk/reactos/base/applications/regedit/lang/es-ES.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/lang/es-ES.rc (original)
+++ trunk/reactos/base/applications/regedit/lang/es-ES.rc Thu Jan 17 23:08:18 2008
@@ -93,8 +93,8 @@
MENUITEM SEPARATOR
MENUITEM "&Copiar valor de la clave", ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
- MENUITEM "&Buscar\tCtrl+F", ID_EDIT_FIND, GRAYED
- MENUITEM "Buscar &siguiente\tF3", ID_EDIT_FINDNEXT, GRAYED
+ MENUITEM "&Buscar\tCtrl+F", ID_EDIT_FIND
+ MENUITEM "Buscar &siguiente\tF3", ID_EDIT_FINDNEXT
END
POPUP "&Ver"
BEGIN
Modified: trunk/reactos/base/applications/regedit/lang/fr-FR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/lang/fr-FR.rc (original)
+++ trunk/reactos/base/applications/regedit/lang/fr-FR.rc Thu Jan 17 23:08:18 2008
@@ -93,8 +93,8 @@
MENUITEM SEPARATOR
MENUITEM "&Copier le nom de la clé",
ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
- MENUITEM "&Rechercher\tCtrl+F", ID_EDIT_FIND, GRAYED
- MENUITEM "Sui&vant\tF3", ID_EDIT_FINDNEXT, GRAYED
+ MENUITEM "&Rechercher\tCtrl+F", ID_EDIT_FIND
+ MENUITEM "Sui&vant\tF3", ID_EDIT_FINDNEXT
END
POPUP "&Affichage"
BEGIN
Modified: trunk/reactos/base/applications/regedit/lang/hu-HU.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/lang/hu-HU.rc (original)
+++ trunk/reactos/base/applications/regedit/lang/hu-HU.rc Thu Jan 17 23:08:18 2008
@@ -91,8 +91,8 @@
MENUITEM SEPARATOR
MENUITEM "&Copy Key Name", ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
- MENUITEM "&Find\tCtrl+F", ID_EDIT_FIND, GRAYED
- MENUITEM "Find Ne&xt\tF3", ID_EDIT_FINDNEXT, GRAYED
+ MENUITEM "&Find\tCtrl+F", ID_EDIT_FIND
+ MENUITEM "Find Ne&xt\tF3", ID_EDIT_FINDNEXT
END
POPUP "&View"
BEGIN
@@ -153,7 +153,7 @@
MENUITEM "&Multi-String Value",
ID_EDIT_NEW_MULTISTRINGVALUE
MENUITEM "&Expandable String Value",
ID_EDIT_NEW_EXPANDABLESTRINGVALUE
END
- MENUITEM "&Find", ID_EDIT_FIND, GRAYED
+ MENUITEM "&Find", ID_EDIT_FIND
MENUITEM SEPARATOR
MENUITEM "&Delete", ID_TREE_DELETE
MENUITEM "&Rename", ID_TREE_RENAME
Modified: trunk/reactos/base/applications/regedit/lang/it-IT.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/lang/it-IT.rc (original)
+++ trunk/reactos/base/applications/regedit/lang/it-IT.rc Thu Jan 17 23:08:18 2008
@@ -93,8 +93,8 @@
MENUITEM SEPARATOR
MENUITEM "&Copia nome chiave", ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
- MENUITEM "&Trova\tCtrl+F", ID_EDIT_FIND, GRAYED
- MENUITEM "&Trova Successivo\tF3", ID_EDIT_FINDNEXT,
GRAYED
+ MENUITEM "&Trova\tCtrl+F", ID_EDIT_FIND
+ MENUITEM "&Trova Successivo\tF3", ID_EDIT_FINDNEXT
END
POPUP "&Visualizza"
BEGIN
Modified: trunk/reactos/base/applications/regedit/lang/ja-JP.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/lang/ja-JP.rc (original)
+++ trunk/reactos/base/applications/regedit/lang/ja-JP.rc Thu Jan 17 23:08:18 2008
@@ -75,8 +75,8 @@
MENUITEM SEPARATOR
MENUITEM "L[¼ÌRs[(&C)", ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
- MENUITEM "õ(&F)\tCtrl+F", ID_EDIT_FIND, GRAYED
- MENUITEM "ðõ(&X)\tF3", ID_EDIT_FINDNEXT, GRAYED
+ MENUITEM "õ(&F)\tCtrl+F", ID_EDIT_FIND
+ MENUITEM "ðõ(&X)\tF3", ID_EDIT_FINDNEXT
END
POPUP "\\¦(&V)"
BEGIN
Modified: trunk/reactos/base/applications/regedit/lang/nl-NL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/lang/nl-NL.rc (original)
+++ trunk/reactos/base/applications/regedit/lang/nl-NL.rc Thu Jan 17 23:08:18 2008
@@ -90,8 +90,8 @@
MENUITEM SEPARATOR
MENUITEM "&Sleutelnaam kopiëren", ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
- MENUITEM "&Zoeken\tCtrl+F", ID_EDIT_FIND, GRAYED
- MENUITEM "Volgende Zoeken\tF3", ID_EDIT_FINDNEXT, GRAYED
+ MENUITEM "&Zoeken\tCtrl+F", ID_EDIT_FIND
+ MENUITEM "Volgende Zoeken\tF3", ID_EDIT_FINDNEXT
END
POPUP "Bee&ld"
BEGIN
Modified: trunk/reactos/base/applications/regedit/lang/pl-PL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/lang/pl-PL.rc (original)
+++ trunk/reactos/base/applications/regedit/lang/pl-PL.rc Thu Jan 17 23:08:18 2008
@@ -95,8 +95,8 @@
MENUITEM SEPARATOR
MENUITEM "&Kopiuj nazwê klucza", ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
- MENUITEM "&Znajd\tCtrl+F", ID_EDIT_FIND, GRAYED
- MENUITEM "Zn&ajd nastêpny\tF3", ID_EDIT_FINDNEXT,
GRAYED
+ MENUITEM "&Znajd\tCtrl+F", ID_EDIT_FIND
+ MENUITEM "Zn&ajd nastêpny\tF3", ID_EDIT_FINDNEXT
END
POPUP "&Widok"
BEGIN
@@ -157,7 +157,7 @@
MENUITEM "Wartoæ &wieloci¹gu",
ID_EDIT_NEW_MULTISTRINGVALUE
MENUITEM "Wartoæ ci¹gu &rozwijalnego",
ID_EDIT_NEW_EXPANDABLESTRINGVALUE
END
- MENUITEM "&Znajd", ID_EDIT_FIND, GRAYED
+ MENUITEM "&Znajd", ID_EDIT_FIND
MENUITEM SEPARATOR
MENUITEM "U&suñ", ID_TREE_DELETE
MENUITEM "Z&mieñ nazwê", ID_TREE_RENAME
Modified: trunk/reactos/base/applications/regedit/lang/pt-PT.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/lang/pt-PT.rc (original)
+++ trunk/reactos/base/applications/regedit/lang/pt-PT.rc Thu Jan 17 23:08:18 2008
@@ -91,8 +91,8 @@
MENUITEM SEPARATOR
MENUITEM "&Copiar nome da chave", ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
- MENUITEM "&Localizar\tCtrl+F", ID_EDIT_FIND, GRAYED
- MENUITEM "L&ocalizar próxima\tF3", ID_EDIT_FINDNEXT,
GRAYED
+ MENUITEM "&Localizar\tCtrl+F", ID_EDIT_FIND
+ MENUITEM "L&ocalizar próxima\tF3", ID_EDIT_FINDNEXT
END
POPUP "E&xibir"
BEGIN
Modified: trunk/reactos/base/applications/regedit/lang/sl-SI.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/lang/sl-SI.rc (original)
+++ trunk/reactos/base/applications/regedit/lang/sl-SI.rc Thu Jan 17 23:08:18 2008
@@ -90,8 +90,8 @@
MENUITEM SEPARATOR
MENUITEM "&Kopiraj ime kljuèa", ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
- MENUITEM "&Najdi\tCtrl+F", ID_EDIT_FIND, GRAYED
- MENUITEM "Na&daljuj iskanje\tF3", ID_EDIT_FINDNEXT,
GRAYED
+ MENUITEM "&Najdi\tCtrl+F", ID_EDIT_FIND
+ MENUITEM "Na&daljuj iskanje\tF3", ID_EDIT_FINDNEXT
END
POPUP "Pogl&ed"
BEGIN
Modified: trunk/reactos/base/applications/regedit/lang/sv-SE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/…
==============================================================================
--- trunk/reactos/base/applications/regedit/lang/sv-SE.rc (original)
+++ trunk/reactos/base/applications/regedit/lang/sv-SE.rc Thu Jan 17 23:08:18 2008
@@ -90,8 +90,8 @@
MENUITEM SEPARATOR
MENUITEM "&Kopiera nyckelnamn", ID_EDIT_COPYKEYNAME
MENUITEM SEPARATOR
- MENUITEM "&Sök\tCtrl+F", ID_EDIT_FIND, GRAYED
- MENUITEM "Sök N&ästa\tF3", ID_EDIT_FINDNEXT, GRAYED
+ MENUITEM "&Sök\tCtrl+F", ID_EDIT_FIND
+ MENUITEM "Sök N&ästa\tF3", ID_EDIT_FINDNEXT
END
POPUP "&Visa"
BEGIN
@@ -152,7 +152,7 @@
MENUITEM "&Multi-String Value",
ID_EDIT_NEW_MULTISTRINGVALUE
MENUITEM "&Expandable String Value",
ID_EDIT_NEW_EXPANDABLESTRINGVALUE
END
- MENUITEM "&Sök", ID_EDIT_FIND, GRAYED
+ MENUITEM "&Sök", ID_EDIT_FIND
MENUITEM SEPARATOR
MENUITEM "&Ta bort", ID_TREE_DELETE
MENUITEM "&Byt namn", ID_TREE_RENAME