mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
shell32-FolderItems_Stub_Iface: Fix a typo in the patch subject.
This commit is contained in:
parent
ea4b82dd1d
commit
bcc10f6d7b
@ -49,7 +49,7 @@ Included bug fixes and improvements
|
||||
* Fix access violation in MSYS2 git when cloning repository
|
||||
* Fix error handling in DeferWindowPos when passing an invalid HWND ([Wine Bug #23187](https://bugs.winehq.org/show_bug.cgi?id=23187))
|
||||
* Fix failure to create anonymous file mapping after failed open_fd server call
|
||||
* Implement FolterImpl_Items and stubbed FolderItems interface
|
||||
* Implement FolderImpl_Items and stubbed FolderItems interface
|
||||
* Implement a Courier New replacement font ([Wine Bug #20456](https://bugs.winehq.org/show_bug.cgi?id=20456))
|
||||
* Implement a Times New Roman replacement font ([Wine Bug #32342](https://bugs.winehq.org/show_bug.cgi?id=32342))
|
||||
* Map EXDEV error code to STATUS_NOT_SAME_DEVICE
|
||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -26,7 +26,7 @@ wine-staging (1.7.51) UNRELEASED; urgency=low
|
||||
* Added patch to create Microsoft\Windows\Themes directory during Wineprefix
|
||||
creation.
|
||||
* Added patch to avoid deprecation warning for OpenCL 1.2 APIs.
|
||||
* Added patch to implement FolterImpl_Items and stubbed FolderItems interface.
|
||||
* Added patch to implement FolderImpl_Items and stubbed FolderItems interface.
|
||||
* Added patch for stub of dwmapi.DwmUpdateThumbnailProperties.
|
||||
* Removed patch to fix bug in wineserver debug_children inheritance (accepted
|
||||
upstream).
|
||||
|
@ -4848,7 +4848,7 @@ fi
|
||||
if test "$enable_shell32_FolderItems_Stub_Iface" -eq 1; then
|
||||
patch_apply shell32-FolderItems_Stub_Iface/0001-shell32-Implement-FolterImpl_Items-and-stubbed-Folde.patch
|
||||
(
|
||||
echo '+ { "Christian Costa", "shell32: Implement FolterImpl_Items and stubbed FolderItems interface.", 1 },';
|
||||
echo '+ { "Christian Costa", "shell32: Implement FolderImpl_Items and stubbed FolderItems interface.", 1 },';
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 668d55704db4f9ccbc91cf38eaa912448305e285 Mon Sep 17 00:00:00 2001
|
||||
From: Christian Costa <titan.costa@gmail.com>
|
||||
Date: Thu, 3 Sep 2015 12:08:54 -0300
|
||||
Subject: shell32: Implement FolterImpl_Items and stubbed FolderItems
|
||||
Subject: shell32: Implement FolderImpl_Items and stubbed FolderItems
|
||||
interface.
|
||||
|
||||
---
|
||||
|
@ -1 +1 @@
|
||||
Fixes: Implement FolterImpl_Items and stubbed FolderItems interface
|
||||
Fixes: Implement FolderImpl_Items and stubbed FolderItems interface
|
||||
|
Loading…
Reference in New Issue
Block a user