diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 09:07:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 11:23:01 +0000 |
commit | b3a162ccecd24c61d4d6daeb7ac9bcd1a75db7be (patch) | |
tree | 6df9399cf8f69721f390e77467ab056dda7a7d54 /vcl/source/src/print.src | |
parent | 5c291a0287af46558d3ef96d18b114c371ddd31b (diff) |
move the fax dialog from padmin to vcl
now we don't have to dlopen padmin to get it
so we can drop that complicated stuff and don't need
to be unx only
Change-Id: I0e585b05a4ecf2a1c8a3ac5275185d81ada518e5
Diffstat (limited to 'vcl/source/src/print.src')
-rw-r--r-- | vcl/source/src/print.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/src/print.src b/vcl/source/src/print.src index 4bfa750bf9c4..738adb3eedfc 100644 --- a/vcl/source/src/print.src +++ b/vcl/source/src/print.src @@ -105,4 +105,9 @@ Image SV_PRINT_NOCOLLATE_IMG ImageBitmap = Bitmap { File = "ncollate.png" ; }; }; +String SV_PRINT_QUERYFAXNUMBER_TXT +{ + Text [ en-US ] = "Please enter the fax number."; +}; + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |