diff options
| author | Bruno Dilly <bruno.dilly@gmail.com> | 2007-08-20 01:24:18 +0000 |
|---|---|---|
| committer | bdilly <bdilly@users.sourceforge.net> | 2007-08-20 01:24:18 +0000 |
| commit | 912110b5a3c60d757bf0a32fcaaa07cf18b2d6c3 (patch) | |
| tree | a97eb8f158798d77f28d4535366d9b637e39f4af /src/ui/dialog/inkscape-preferences.cpp | |
| parent | speed up node and handle dragging by gobbling unprocessed motion events (diff) | |
| download | inkscape-912110b5a3c60d757bf0a32fcaaa07cf18b2d6c3.tar.gz inkscape-912110b5a3c60d757bf0a32fcaaa07cf18b2d6c3.zip | |
search and reset buttons added to ocal related features. fixed signals in import from ocal dialog.
(bzr r3544)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 506d9bb4a..296abe458 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -622,7 +622,7 @@ void InkscapePreferences::initPageMisc() _misc_overs_bitmap.set_size_request(_sb_width); _misc_overs_bitmap.init("options.bitmapoversample", "value", labels, values, num_items, 1); _page_misc.add_line( false, _("Oversample bitmaps:"), _misc_overs_bitmap, "", "", false); - _misc_ocal_url.init("options.ocalurl", "str", true); + _misc_ocal_url.init("options.ocalurl", "str", true, g_strdup_printf("openclipart.org")); _page_misc.add_line( false, _("Open Clip Art Library Server Name:"), _misc_ocal_url, "", _("The server name of the Open Clip Art Library webdav server. It's used by the Import and Export to OCAL function."), true); _misc_ocal_username.init("options.ocalusername", "str", true); _page_misc.add_line( false, _("Open Clip Art Library Username:"), _misc_ocal_username, "", _("The username used to log into Open Clip Art Library."), true); |
