diff options
| author | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-06-07 20:01:10 +0000 |
|---|---|---|
| committer | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-06-07 20:01:10 +0000 |
| commit | 1ae91cf9fdb1dc8292404bf2d6c58384f0557eda (patch) | |
| tree | 93f0ed17416cd4e6aca7803f3a7efbffb476b317 /scribus/prefs.cpp | |
| parent | 1b786f099b838cf42237bf7b18b9615f858673b3 (diff) | |
| download | scribus-1ae91cf9fdb1dc8292404bf2d6c58384f0557eda.tar.gz scribus-1ae91cf9fdb1dc8292404bf2d6c58384f0557eda.tar.xz scribus-1ae91cf9fdb1dc8292404bf2d6c58384f0557eda.zip | |
Add in dictionary downloader code, updates to downloader threading and add in GUI to hyphenator preferences for downloading
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17542 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/prefs.cpp')
| -rw-r--r-- | scribus/prefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scribus/prefs.cpp b/scribus/prefs.cpp index 30609bb..88eb0a8 100644 --- a/scribus/prefs.cpp +++ b/scribus/prefs.cpp @@ -87,7 +87,7 @@ Preferences::Preferences( QWidget* parent) : PrefsDialogBase( parent ) addItem( tr("Tools"), loadIcon("tools.png"), tabTools); tabHyphenator = new HySettings(prefsWidgets/*, &ap->LangTransl*/); - addItem( tr("Hyphenator"), loadIcon("hyphenate.png"), tabHyphenator); + addItem( tr("Hyphenation and Spelling"), loadIcon("hyphenate.png"), tabHyphenator); tabFonts = new FontPrefs(prefsWidgets, false, prefsManager->preferencesLocation(), ap->doc); addItem( tr("Fonts"), loadIcon("font.png"), tabFonts); |
