mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
[CMAKE]
* Sync with trunk r51323. svn path=/branches/cmake-bringup/; revision=51329
This commit is contained in:
commit
46a8da69da
161 changed files with 4230 additions and 1868 deletions
|
@ -123,7 +123,7 @@ BEGIN
|
|||
IDS_PROPERTIES "W³aœ&ciwoœci"
|
||||
IDS_OPEN_ALL_USERS "&Otwórz - wszyscy u¿ytkownicy"
|
||||
IDS_EXPLORE_ALL_USERS "&Eksploruj - wszyscy u¿ytkownicy"
|
||||
IDS_STARTUP_ERROR "System nie mo¿e uruchomiæ eksploratora poniewa¿ rejestr jest niedostêpny lub uszkodzony."
|
||||
IDS_STARTUP_ERROR "System nie mo¿e uruchomiæ eksploratora, poniewa¿ rejestr jest niedostêpny lub uszkodzony."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
|
|
@ -19,14 +19,13 @@
|
|||
*/
|
||||
|
||||
#include <precomp.h>
|
||||
#include <string.h>
|
||||
|
||||
/*
|
||||
* TrayClockWnd
|
||||
*/
|
||||
|
||||
static const TCHAR szTrayClockWndClass[] = TEXT("TrayClockWClass");
|
||||
static LPCTSTR s_szRegistryKey = _T("Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced");
|
||||
static LPCTSTR s_szRegistryKey = _T("Software\\ReactOS\\Features\\Explorer");
|
||||
BOOL blShowSeconds;
|
||||
|
||||
#define ID_TRAYCLOCK_TIMER 0
|
||||
|
|
|
@ -383,7 +383,7 @@ BEGIN
|
|||
IDS_TASKBAR "Pasek zadañ"
|
||||
IDS_NAMECOLUMN "Nazwa"
|
||||
IDS_PATHCOLUMN "Œcie¿ka"
|
||||
IDS_MENUCOLUMN "Menu path"
|
||||
IDS_MENUCOLUMN "Œcie¿ka menu"
|
||||
END
|
||||
|
||||
#endif // Polish (PL) resources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue