mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
Monotone-Parent: 5256e25412e03d77d707a92d0bcfda4e03f05d98
Monotone-Revision: d37b05310d38d5954711085cdeecbc2ffc7e8d82 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-09-05T20:06:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
- (int) getPidTagDisplayName: (void **) data
|
||||
inMemCtx: (TALLOC_CTX *) localMemCtx
|
||||
{
|
||||
*data = "Untitled";
|
||||
*data = [@"Untitled" asUnicodeInMemCtx: localMemCtx];
|
||||
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user