Skip to content

Commit 5022a45

Browse files
authored
[SHELL32] Fix Search Folder resource string id (reactos#7874)
1 parent 9a0ff8b commit 5022a45

File tree

1 file changed

+27
-10
lines changed

1 file changed

+27
-10
lines changed

dll/win32/shell32/shresdef.h

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@
296296
#define IDS_TITLE_MYNET 30387
297297
#define IDS_TITLE_BIN_1 30388
298298
#define IDS_TITLE_BIN_0 30389
299+
#define IDS_TITLE_BIN 30390
300+
#define IDS_TITLE_MYFILES 30391
299301

300302
/* Advanced settings */
301303
#define IDS_ADVANCED_FOLDER 30498
@@ -329,13 +331,26 @@
329331
#define IDS_ADVANCED_DISPLAY_RUN 30474
330332
#define IDS_ADVANCED_DISPLAY_ADMINTOOLS 30476
331333
#define IDS_ADVANCED_SMALL_START_MENU 30477
332-
333-
#define IDS_NEWEXT_ADVANCED_LEFT 30515
334-
#define IDS_NEWEXT_ADVANCED_RIGHT 30516
335-
#define IDS_NEWEXT_NEW 30518
336-
#define IDS_NEWEXT_SPECIFY_EXT 30519
337-
#define IDS_NEWEXT_ALREADY_ASSOC 30520
338-
#define IDS_NEWEXT_EXT_IN_USE 30521
334+
/* End synchronized */
335+
336+
#define IDS_STARTPANELCFG_MYCOMPUTER 30480
337+
#define IDS_STARTPANELCFG_NETHOOD 30481
338+
#define IDS_STARTPANELCFG_CONNECTIONSFOLDER 30482
339+
#define IDS_STARTPANELCFG_RUN 30483
340+
#define IDS_STARTPANELCFG_HELP 30489
341+
#define IDS_STARTPANELCFG_DONTDISPLAYITEM 30492
342+
#define IDS_STARTPANELCFG_PRINTERS 30493
343+
#define IDS_STARTPANELCFG_ADMINTOOLS 30515
344+
345+
#define IDS_SEARCH_RESULTS 30520 // FIXME: Move browseui IDS_SEARCH_RESULTS to shell32
346+
#define IDS_SEARCH_RESULTS_COMPUTERS 30521
347+
348+
#define IDS_NEWEXT_SPECIFY_EXT 10086
349+
#define IDS_NEWEXT_ALREADY_ASSOC 10100
350+
#define IDS_NEWEXT_EXT_IN_USE 10101
351+
#define IDS_NEWEXT_NEW 10105
352+
#define IDS_NEWEXT_ADVANCED_LEFT 10109
353+
#define IDS_NEWEXT_ADVANCED_RIGHT 10110
339354

340355
#define IDS_SPECIFY_ACTION 30523
341356
#define IDS_INVALID_PROGRAM 30524
@@ -347,7 +362,7 @@
347362
#define IDS_REMOVE_EXT 30522
348363

349364
#define IDS_NO_ICONS 30529
350-
#define IDS_FILE_NOT_FOUND 30530
365+
#define IDS_FILE_NOT_FOUND 30530 // FIXME: "Animations in taskbar"
351366
#define IDS_LINK_INVALID 30531
352367
#define IDS_COPYTOMENU 30532
353368
#define IDS_COPYTOTITLE 30533
@@ -356,9 +371,11 @@
356371
#define IDS_MOVETOMENU 30536
357372
#define IDS_MOVETOTITLE 30537
358373
#define IDS_MOVEITEMS 30538
359-
#define IDS_MOVEBUTTON 30539
374+
#define IDS_MOVEBUTTON 30539 // FIXME: "Slide open combo boxes"
360375

361-
#define IDS_SYSTEMFOLDER 30540
376+
#define IDS_SYSTEMFOLDER 30540 // FIXME: "Show translucent selection rectangle"
377+
#define IDS_DESKTOPLABELDROPSHADOW 30541
378+
#define IDS_FOLDERTYPEBACKGROUNDIMAGE 30543
362379

363380
#define IDS_LOG_OFF_DESC 35000
364381
#define IDS_SWITCH_USER_DESC 35001

0 commit comments

Comments
 (0)