diff --git a/reactos/subsys/system/servman/En.rc b/reactos/subsys/system/servman/En.rc index 7bdb9c048a3..7615ee8d082 100644 --- a/reactos/subsys/system/servman/En.rc +++ b/reactos/subsys/system/servman/En.rc @@ -67,7 +67,7 @@ BEGIN CONTROL "",IDC_START_PARAM,"Static",0x50001000,70,199,176,11 END -IDB_BUTTONS BITMAP "buttons.bmp" +IDB_BUTTONS BITMAP "res/buttons.bmp" STRINGTABLE DISCARDABLE BEGIN diff --git a/reactos/subsys/system/servman/res/buttons.bmp b/reactos/subsys/system/servman/res/buttons.bmp new file mode 100644 index 00000000000..77f6aa25232 Binary files /dev/null and b/reactos/subsys/system/servman/res/buttons.bmp differ