From ed533e9c0b4b5ee6393f2ad78904ecfc9d6eb7fc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:23 -0500 Subject: 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, unknown --- src/app/testvtabwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/testvtabwidget.cpp') 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(); -- cgit v1.2.3