diff options
Diffstat (limited to 'src/ui/dialog/cssdialog.cpp')
| -rw-r--r-- | src/ui/dialog/cssdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/cssdialog.cpp b/src/ui/dialog/cssdialog.cpp index 7c8312301..ea1b0d044 100644 --- a/src/ui/dialog/cssdialog.cpp +++ b/src/ui/dialog/cssdialog.cpp @@ -129,7 +129,7 @@ CssDialog::CssDialog() _sheetCol->set_sort_column(_cssColumns._styleSheetVal); } - // Set the inital sort column (and direction) to place real attributes at the top. + // Set the initial sort column (and direction) to place real attributes at the top. _store->set_sort_column(_cssColumns.deleteButton, Gtk::SORT_DESCENDING); _getContents()->pack_start(*_scrolledWindow, Gtk::PACK_EXPAND_WIDGET); |
