summaryrefslogtreecommitdiffstats
path: root/src/app/testvtabwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:23 -0500
commited533e9c0b4b5ee6393f2ad78904ecfc9d6eb7fc (patch)
tree4524c59fc6eb7ce2401210237f99010b1d989c2c /src/app/testvtabwidget.cpp
parent6ab77ceeb079b36c6221c54cde50307fb54186fb (diff)
downloadgwenview-ed533e9c0b4b5ee6393f2ad78904ecfc9d6eb7fc.tar.gz
gwenview-ed533e9c0b4b5ee6393f2ad78904ecfc9d6eb7fc.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknownr14.0.0
Diffstat (limited to 'src/app/testvtabwidget.cpp')
-rw-r--r--src/app/testvtabwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/testvtabwidget.cpp b/src/app/testvtabwidget.cpp
index e8fb8e9..05655c7 100644
--- a/src/app/testvtabwidget.cpp
+++ b/src/app/testvtabwidget.cpp
@@ -40,7 +40,7 @@ int main(int argc, char* argv[]) {
TQLabel* lbl=new TQLabel("label 1", &tabWidget);
tabWidget.addTab(lbl, SmallIcon("text"), "tab1");
lbl=new TQLabel("label 2", &tabWidget);
- tabWidget.addTab(lbl, SmallIcon("image"), "tab2");
+ tabWidget.addTab(lbl, SmallIcon("image-x-generic"), "tab2");
app.setMainWidget(&tabWidget);
tabWidget.show();