user32: Make more ShowWindow tests pass under Wine.
[wine] / programs / clock / Fi.rc
index fe6cae2..06a9724 100644 (file)
@@ -16,7 +16,7 @@
  *
  * 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
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 MAIN_MENU MENU LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
@@ -31,6 +31,8 @@ MAIN_MENU MENU LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
   MENUITEM SEPARATOR
   MENUITEM "&Sekunnit", IDM_SECONDS
   MENUITEM "&Päivämäärä", IDM_DATE
+  MENUITEM SEPARATOR
+  MENUITEM "&Aina päällimmäisenä", IDM_ONTOP
  }
  POPUP "Inf&o" {
   MENUITEM "&Lisenssi...", IDM_LICENSE
@@ -42,5 +44,4 @@ MAIN_MENU MENU LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
 STRINGTABLE DISCARDABLE LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
 {
 IDS_CLOCK, "Kello"
-IDS_ONTOP, "&Aina päällimmäisenä"
 }