diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-13 16:07:29 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-13 16:07:55 +0100 |
commit | af0a4a7a4efe19c88cf7cf567f49abe21a69df3d (patch) | |
tree | f2491239baf0e55ffb9d04f38b9fe529d53704e2 | |
parent | 0157f0b1ba364f7f9af2aacd1be9fbb5ddec2b4d (diff) |
Template Manager: fixed typo in .src file
Change-Id: I27195076b6a0a8f48c676d884d671fc9a746ce6b
-rw-r--r-- | sfx2/source/doc/templatedlg.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src index a9a844c8d159..2480862d92a4 100644 --- a/sfx2/source/doc/templatedlg.src +++ b/sfx2/source/doc/templatedlg.src @@ -107,7 +107,7 @@ ModelessDialog DLG_TEMPLATE_MANAGER SVLook = TRUE; Moveable = TRUE; Closeable = TRUE; - Resizeable = TRUE; + Sizeable = TRUE; Hide = TRUE; Size = MAP_APPFONT ( 290 , 250 ); Text [en-US] = "Template Manager"; |